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. |