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

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

Issue 2495423004: Convert FullscreenController to use WebCallbacks (Closed)
Patch Set: just in case 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/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 66a0cfa7bd7eaba8db52d73f268d62a72507fae9..6547350e7f47d04a551941d22ea7adc904d0b3a2 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -74,6 +74,7 @@ namespace blink {
class BrowserControls;
class DevToolsEmulator;
class Frame;
+class FullscreenCallbacks;
class FullscreenController;
class InspectorOverlay;
class LinkHighlightImpl;
@@ -445,7 +446,7 @@ class WEB_EXPORT WebViewImpl final
return m_fakePageScaleAnimationUseAnchor;
}
- void enterFullscreen(LocalFrame&);
+ void enterFullscreen(LocalFrame&, std::unique_ptr<FullscreenCallbacks>);
void exitFullscreen(LocalFrame&);
void fullscreenElementChanged(Element*, Element*);
« no previous file with comments | « third_party/WebKit/Source/web/FullscreenController.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698