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

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

Issue 2495423004: Convert FullscreenController to use WebCallbacks (Closed)
Patch Set: rebase Created 4 years, 1 month 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..8454b9ffbd76cba26b41fdff80ba7126efdb9120 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -153,8 +153,9 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
void detachCompositorAnimationTimeline(CompositorAnimationTimeline*,
LocalFrame*) override;
- void enterFullscreenForElement(Element*) override;
- void exitFullscreen(LocalFrame*) override;
+ void enterFullscreen(LocalFrame&,
+ std::unique_ptr<WebFullscreenCallbacks>) override;
+ void exitFullscreen(LocalFrame&) override;
void fullscreenElementChanged(Element*, Element*) override;
void clearCompositedSelection(LocalFrame*) override;

Powered by Google App Engine
This is Rietveld 408576698