]> git.sesse.net Git - nageru/blobdiff - cef_capture.h
Fix an issue where we could discard a CEF frame in a situation where no new one would...
[nageru] / cef_capture.h
index 0d9bd525b03d6bb330ea614499cbb52fdf74f3e2..30cc4879593eaece48df9e315f755d51c38de3bf 100644 (file)
@@ -86,6 +86,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();
 
        // Callbacks from NageruCEFClient.
        void OnPaint(const void *buffer, int width, int height);