| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 70544e47a32a8347ee41e3b35dea791debc24367..146288214fa1f51545d8c7548bd87eec7908d54a 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -133,8 +133,8 @@ public:
|
| void attachCompositorAnimationTimeline(CompositorAnimationTimeline*, LocalFrame*) override;
|
| void detachCompositorAnimationTimeline(CompositorAnimationTimeline*, LocalFrame*) override;
|
|
|
| - void enterFullScreenForElement(Element*) override;
|
| - void exitFullScreenForElement(Element*) override;
|
| + void enterFullscreenForElement(Element*) override;
|
| + void exitFullscreenForElement(Element*) override;
|
|
|
| void clearCompositedSelection(LocalFrame*) override;
|
| void updateCompositedSelection(LocalFrame*, const CompositedSelection&) override;
|
|
|