summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/ChromeClientAndroid.h
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2011-05-05 15:30:38 -0700
committerTeng-Hui Zhu <ztenghui@google.com>2011-05-09 14:56:28 -0700
commitbb6c037d4178a0b35e964651e09323c8d714f435 (patch)
tree7b06395547e9d94d86059b4d22bbfa2138ed0e2f /WebKit/android/WebCoreSupport/ChromeClientAndroid.h
parent7703c9980a33dc32db8120d1677478aca020ebbd (diff)
downloadexternal_webkit-bb6c037d4178a0b35e964651e09323c8d714f435.zip
external_webkit-bb6c037d4178a0b35e964651e09323c8d714f435.tar.gz
external_webkit-bb6c037d4178a0b35e964651e09323c8d714f435.tar.bz2
Better support for exiting full screen
When exiting the full screen, we need to let the webkit know the status. bug:4312214 Change-Id: I4e475da3b426176fd232551e16fbe740994d8d36
Diffstat (limited to 'WebKit/android/WebCoreSupport/ChromeClientAndroid.h')
-rw-r--r--WebKit/android/WebCoreSupport/ChromeClientAndroid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/ChromeClientAndroid.h b/WebKit/android/WebCoreSupport/ChromeClientAndroid.h
index 2b6f68a..d49cec8 100644
--- a/WebKit/android/WebCoreSupport/ChromeClientAndroid.h
+++ b/WebKit/android/WebCoreSupport/ChromeClientAndroid.h
@@ -187,6 +187,10 @@ namespace android {
virtual void webAppCanBeInstalled();
#endif
+#if ENABLE(FULLSCREEN_API)
+ virtual void exitFullScreenForElement(Element*);
+#endif
+
#if ENABLE(VIDEO)
virtual bool supportsFullscreenForNode(const WebCore::Node*);
virtual void enterFullscreenForNode(WebCore::Node*);