diff options
author | Nicolas Roard <nicolasroard@google.com> | 2011-03-11 15:14:18 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-03-11 15:14:18 -0800 |
commit | 24e276c8e5227205806807e70f5774218c0c0d1f (patch) | |
tree | 1aab21756b3105096db14a9fd99de51558dcccb9 /WebKit/android/WebCoreSupport/ChromeClientAndroid.h | |
parent | e76100ecb3b42c39d42e561ebe850b122a259f50 (diff) | |
parent | cc2679391d89b57997f78365d54d99c9ae062db3 (diff) | |
download | external_webkit-24e276c8e5227205806807e70f5774218c0c0d1f.zip external_webkit-24e276c8e5227205806807e70f5774218c0c0d1f.tar.gz external_webkit-24e276c8e5227205806807e70f5774218c0c0d1f.tar.bz2 |
am cc267939: HTML5 Video improvements
* commit 'cc2679391d89b57997f78365d54d99c9ae062db3':
HTML5 Video improvements
Diffstat (limited to 'WebKit/android/WebCoreSupport/ChromeClientAndroid.h')
-rw-r--r-- | WebKit/android/WebCoreSupport/ChromeClientAndroid.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/ChromeClientAndroid.h b/WebKit/android/WebCoreSupport/ChromeClientAndroid.h index 6c8aef1..2b6f68a 100644 --- a/WebKit/android/WebCoreSupport/ChromeClientAndroid.h +++ b/WebKit/android/WebCoreSupport/ChromeClientAndroid.h @@ -187,6 +187,12 @@ namespace android { virtual void webAppCanBeInstalled(); #endif +#if ENABLE(VIDEO) + virtual bool supportsFullscreenForNode(const WebCore::Node*); + virtual void enterFullscreenForNode(WebCore::Node*); + virtual void exitFullscreenForNode(WebCore::Node*); +#endif + private: android::WebFrame* m_webFrame; // The Geolocation permissions manager. |