diff options
Diffstat (limited to 'WebKit/mac/WebView/WebViewInternal.h')
-rw-r--r-- | WebKit/mac/WebView/WebViewInternal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKit/mac/WebView/WebViewInternal.h b/WebKit/mac/WebView/WebViewInternal.h index 4643573..bf9b732 100644 --- a/WebKit/mac/WebView/WebViewInternal.h +++ b/WebKit/mac/WebView/WebViewInternal.h @@ -86,6 +86,10 @@ namespace WebCore { - (void)_scheduleCompositingLayerSync; #endif +#if ENABLE(VIDEO) && USE(GSTREAMER) +- (void)_scheduleGlibContextIterations; +#endif + @end #endif |