X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=cef_capture.h;fp=cef_capture.h;h=11cdc33f76450daace314004c5c63a8e42c81992;hp=be5402fda9deb31c0a94cfe756b056250c999fe4;hb=f7fba578a1f5e2ef2b0ede1ac058b3fdb95ab4b1;hpb=f1ce3c5618f769b1388b39c637877d242c8ddeed diff --git a/cef_capture.h b/cef_capture.h index be5402f..11cdc33 100644 --- a/cef_capture.h +++ b/cef_capture.h @@ -72,6 +72,7 @@ public: void set_url(const std::string &url); void reload(); void set_max_fps(int max_fps); + void execute_javascript_async(const std::string &js); void OnPaint(const void *buffer, int width, int height);