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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2316983002: Change capitalization FullScreen->Fullscreen where possible in Blink (Closed)
Patch Set: update test expectations Created 4 years, 3 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/platform/ThemeTypes.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/platform/ThemeTypes.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698