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

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

Issue 2855843002: Reland "Sync requestFullscreen() and exitFullscreen() algorithms with the spec" (Closed)
Patch Set: Reland "Sync requestFullscreen() and exitFullscreen() algorithms with the spec" Created 3 years, 7 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: 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 ee131638681370ff077b5fb37bc801b1edd1253c..d939fe9ca62b8ca23fd3b4072dca5820dfb5d29d 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -266,7 +266,8 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient {
virtual void EnterFullscreen(LocalFrame&) {}
virtual void ExitFullscreen(LocalFrame&) {}
- virtual void FullscreenElementChanged(Element*, Element*) {}
+ virtual void FullscreenElementChanged(Element* from_element,
+ Element* to_element) {}
virtual void ClearCompositedSelection(LocalFrame*) {}
virtual void UpdateCompositedSelection(LocalFrame*,

Powered by Google App Engine
This is Rietveld 408576698