Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2154)

Unified Diff: Source/web/ChromeClientImpl.h

Issue 428633004: Webkit setting for embedders that do not support fullscreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index d923b959b1435f5f1289c0a156b15438bead1173..4042a0e03c2880ed56a10b8f42547e682bad7213 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -145,6 +145,7 @@ public:
// Pass 0 as the GraphicsLayer to detatch the root layer.
virtual void attachRootGraphicsLayer(blink::GraphicsLayer*) OVERRIDE;
+ virtual bool fullscreenEnabled(blink::Element*) OVERRIDE;
virtual void enterFullScreenForElement(blink::Element*) OVERRIDE;
virtual void exitFullScreenForElement(blink::Element*) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698