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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.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/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index d2ff38ea09588dd925f628f04af86f36673e9c12..d6b400bec4e9c6ac9a5d0309bfc7979075899061 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -166,7 +166,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
void EnterFullscreen(LocalFrame&) override;
void ExitFullscreen(LocalFrame&) override;
- void FullscreenElementChanged(Element*, Element*) override;
+ void FullscreenElementChanged(Element* from_element,
+ Element* to_element) override;
void ClearCompositedSelection(LocalFrame*) override;
void UpdateCompositedSelection(LocalFrame*,

Powered by Google App Engine
This is Rietveld 408576698