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

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControls.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
Index: third_party/WebKit/Source/core/html/shadow/MediaControls.h
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
index 8b5892229a9919dc173917c16384231f1a0d6e78..0a7c6944d93b3a1efe27aafa5dfec79680047730 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
@@ -144,7 +144,7 @@ private:
Member<MediaControlToggleClosedCaptionsButtonElement> m_toggleClosedCaptionsButton;
Member<MediaControlTextTrackListElement> m_textTrackList;
Member<MediaControlCastButtonElement> m_castButton;
- Member<MediaControlFullscreenButtonElement> m_fullScreenButton;
+ Member<MediaControlFullscreenButtonElement> m_fullscreenButton;
Timer<MediaControls> m_hideMediaControlsTimer;
unsigned m_hideTimerBehaviorFlags;

Powered by Google App Engine
This is Rietveld 408576698