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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

Issue 2139303002: Clean up around methods to enter/exit fullscreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/WebRemoteFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
index 17e6630a533fff482cd823dd21f20d87a4a897eb..ef3f0a4b586608d6abee8bbd9b4299e79f7e463c 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
@@ -524,7 +524,7 @@ bool WebRemoteFrameImpl::isIgnoredForHitTest() const
return owner->layoutObject()->style()->pointerEvents() == PE_NONE;
}
-void WebRemoteFrameImpl::willEnterFullScreen()
+void WebRemoteFrameImpl::willEnterFullscreen()
{
// This should only ever be called when the FrameOwner is local.
HTMLFrameOwnerElement* ownerElement = toHTMLFrameOwnerElement(frame()->owner());
« no previous file with comments | « third_party/WebKit/Source/web/WebRemoteFrameImpl.h ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698