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

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

Issue 2550703002: Move pending state from FullscreenController to Fullscreen (Closed)
Patch Set: fix my test 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/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 42b70792b258926223a1caacd69ee33d1345fb89..45f98eb4289bc30b170f781c07a0a3e1eaa052e2 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -153,8 +153,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
void detachCompositorAnimationTimeline(CompositorAnimationTimeline*,
LocalFrame*) override;
- void enterFullscreenForElement(Element*) override;
- void exitFullscreen(LocalFrame*) override;
+ void enterFullscreen(LocalFrame&) override;
+ void exitFullscreen(LocalFrame&) override;
void fullscreenElementChanged(Element*, Element*) override;
void clearCompositedSelection(LocalFrame*) override;

Powered by Google App Engine
This is Rietveld 408576698