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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTheme.cpp

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
Index: third_party/WebKit/Source/core/layout/LayoutTheme.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
index f5df6d8e6fa1458f4d7172e3fa7060128bfc3366..5698628073f89c9452ffd89e5fba0a66f0c5ee2e 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
@@ -212,7 +212,7 @@ void LayoutTheme::adjustStyle(ComputedStyle& style, Element* e)
return adjustMenuListButtonStyle(style, e);
case SliderHorizontalPart:
case SliderVerticalPart:
- case MediaFullScreenVolumeSliderPart:
+ case MediaFullscreenVolumeSliderPart:
case MediaSliderPart:
case MediaVolumeSliderPart:
return adjustSliderContainerStyle(style, e);
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutSliderThumb.cpp ('k') | third_party/WebKit/Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698