diff options
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r-- | WebKit/android/jni/WebViewCore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h index 59efe35..136ea79 100644 --- a/WebKit/android/jni/WebViewCore.h +++ b/WebKit/android/jni/WebViewCore.h @@ -541,7 +541,7 @@ namespace android { void notifyWebAppCanBeInstalled(); #if ENABLE(VIDEO) - void enterFullscreenForVideoLayer(int layerId); + void enterFullscreenForVideoLayer(int layerId, const WTF::String& url); #endif void setWebTextViewAutoFillable(int queryId, const string16& previewSummary); |