]> git.sesse.net Git - nageru/blobdiff - nageru/cef_capture.h
Fix a possible deadlock in CEF.
[nageru] / nageru / cef_capture.h
index 2b4d1cb8441b45dca8bb618a5c4bacc48ef77c50..cc3c67c566517b85fbf0b961747ac371555f075e 100644 (file)
@@ -85,7 +85,7 @@ public:
        void set_max_fps(int max_fps);
        void execute_javascript_async(const std::string &js);
        void resize(unsigned width, unsigned height);
-       void request_new_frame();
+       void request_new_frame(bool ignore_if_locked);
 
        // Callbacks from NageruCEFClient.
        void OnPaint(const void *buffer, int width, int height);