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

Unified Diff: Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h

Issue 15077011: Add safety when the .src attribute of an <audio> or <video> element is changed and it's used with t… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: don't call WebAudioSourceProvider::provideInput() if client is not set Created 7 years, 7 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 | « no previous file | Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
diff --git a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
index ba3513090d17d814b4831bad437f1fb75478533a..8e755fa8a198f9df95d393e8c2df975113f85ed6 100644
--- a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
+++ b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
@@ -231,6 +231,7 @@ private:
private:
WebAudioSourceProvider* m_webAudioSourceProvider;
OwnPtr<AudioClientImpl> m_client;
+ Mutex provideInputLock;
};
AudioSourceProviderImpl m_audioSourceProvider;
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698