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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 2573773002: Sync requestFullscreen() and exitFullscreen() algorithms with the spec (Closed)
Patch Set: address feedback Created 4 years 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: third_party/WebKit/Source/core/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 8ffda58e2a0cd64788e2f8b60898763f4c6981b2..46510033a27f038f44c13c8de13248865c16f894 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -247,7 +247,8 @@ class CORE_EXPORT ChromeClient : public HostWindow {
virtual void enterFullscreen(LocalFrame&) {}
virtual void exitFullscreen(LocalFrame&) {}
- virtual void fullscreenElementChanged(Element*, Element*) {}
+ virtual void fullscreenElementChanged(Element* fromElement,
+ Element* toElement) {}
virtual void clearCompositedSelection(LocalFrame*) {}
virtual void updateCompositedSelection(LocalFrame*,

Powered by Google App Engine
This is Rietveld 408576698