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

Unified Diff: third_party/WebKit/Source/core/exported/WebViewBase.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/core/exported/WebViewBase.h
diff --git a/third_party/WebKit/Source/core/exported/WebViewBase.h b/third_party/WebKit/Source/core/exported/WebViewBase.h
index 1a98e39a67b2c1150d45d9721a032970a6c7d896..4b473168243f4d6b2b948942ec27b8f4b94cd697 100644
--- a/third_party/WebKit/Source/core/exported/WebViewBase.h
+++ b/third_party/WebKit/Source/core/exported/WebViewBase.h
@@ -145,7 +145,8 @@ class WebViewBase : public WebView, public RefCounted<WebViewBase> {
virtual void EnterFullscreen(LocalFrame&) = 0;
virtual void ExitFullscreen(LocalFrame&) = 0;
- virtual void FullscreenElementChanged(Element*, Element*) = 0;
+ virtual void FullscreenElementChanged(Element* from_element,
+ Element* to_element) = 0;
virtual bool HasOpenedPopup() const = 0;
« no previous file with comments | « third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698