| Index: third_party/WebKit/public/web/WebRemoteFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| index 37ca0a305b9a400cc88fe6cbc1008e481e4aec02..804d33d02e9beba6b0f984c15bbede03e33cb08d 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrame.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| @@ -68,7 +68,7 @@ public:
|
| // corresponds to the HTMLFrameOwnerElement to be fullscreened. Calling
|
| // this prepares FullscreenController to enter fullscreen for that frame
|
| // owner.
|
| - virtual void willEnterFullScreen() = 0;
|
| + virtual void willEnterFullscreen() = 0;
|
|
|
| // Temporary method to allow embedders to get the script context of a
|
| // remote frame. This should only be used by legacy code that has not yet
|
|
|