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

Unified Diff: third_party/WebKit/public/web/WebWidget.h

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/public/web/WebView.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebWidget.h
diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
index bfaa2ee40911e73d342ea3ac7e874c1ba99ccbe1..5f959daeed85ff72c00c6199be09862448f92900 100644
--- a/third_party/WebKit/public/web/WebWidget.h
+++ b/third_party/WebKit/public/web/WebWidget.h
@@ -72,8 +72,8 @@ public:
virtual void resizeVisualViewport(const WebSize&) { }
// Called to notify the WebWidget of entering/exiting fullscreen mode.
- virtual void didEnterFullScreen() { }
- virtual void didExitFullScreen() { }
+ virtual void didEnterFullscreen() { }
+ virtual void didExitFullscreen() { }
// Called to update imperative animation state. This should be called before
// paint, although the client can rate-limit these calls.
« no previous file with comments | « third_party/WebKit/public/web/WebView.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698