diff options
Diffstat (limited to 'Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h')
-rw-r--r-- | Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h index dd170e57c..73eb78fa8 100644 --- a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h +++ b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h @@ -197,7 +197,7 @@ private: bool acceleratedRenderingInUse(); #endif - Mutex m_compositingMutex; // Guards m_currentVideoFrame and m_videoFrameProviderClient. + Mutex m_webMediaPlayerMutex; // Guards the m_webMediaPlayer WebCore::MediaPlayer* m_mediaPlayer; OwnPtr<WebMediaPlayer> m_webMediaPlayer; WebVideoFrame* m_currentVideoFrame; |