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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.h ('k') | third_party/WebKit/Source/web/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebViewFrameWidget.cpp
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
index 8f59183d042314052754176eeb579651c5268d20..0b95d8a5f6ef1f2d0e6d2d1a737a19a7823ab3f8 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
@@ -53,14 +53,14 @@ void WebViewFrameWidget::resizeVisualViewport(const WebSize& size)
return m_webView->resizeVisualViewport(size);
}
-void WebViewFrameWidget::didEnterFullScreen()
+void WebViewFrameWidget::didEnterFullscreen()
{
- return m_webView->didEnterFullScreen();
+ return m_webView->didEnterFullscreen();
}
-void WebViewFrameWidget::didExitFullScreen()
+void WebViewFrameWidget::didExitFullscreen()
{
- return m_webView->didExitFullScreen();
+ return m_webView->didExitFullscreen();
}
void WebViewFrameWidget::beginFrame(double lastFrameTimeMonotonic)
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.h ('k') | third_party/WebKit/Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698