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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2667913002: Revert of Sync requestFullscreen() and exitFullscreen() algorithms with the spec (patchset #3 id:40… (Closed)
Patch Set: Created 3 years, 11 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 4cf59e71fe716ea554225b5339a4e33be0166565..d64cb47b4f2aca80cfedb7e2b565269c90b08ba5 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -155,8 +155,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
void enterFullscreen(LocalFrame&) override;
void exitFullscreen(LocalFrame&) override;
- void fullscreenElementChanged(Element* fromElement,
- Element* toElement) override;
+ void fullscreenElementChanged(Element*, Element*) override;
void clearCompositedSelection(LocalFrame*) override;
void updateCompositedSelection(LocalFrame*,
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.cpp ('k') | third_party/WebKit/Source/web/FullscreenController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698