Index: third_party/WebKit/Source/core/html/shadow/MediaControls.cpp |
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp |
index 439d99210e77e9af92bf438d7df587fef0aa61a0..8c0f1083541509794c61c292e4bc9b1401602d05 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp |
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp |
@@ -689,8 +689,8 @@ void MediaControls::computeWhichControlsFit() |
// Controls that we'll hide / show, in order of decreasing priority. |
MediaControlElement* elements[] = { |
// Exclude m_playButton; we handle it specially. |
- m_toggleClosedCaptionsButton.get(), |
m_fullScreenButton.get(), |
+ m_toggleClosedCaptionsButton.get(), |
m_timeline.get(), |
m_currentTimeDisplay.get(), |
m_volumeSlider.get(), |