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

Unified Diff: third_party/WebKit/Source/web/AudioOutputDeviceClientImpl.h

Issue 2614143002: Use a new Supplement constructor for LocalFrame's supplements (Closed)
Patch Set: Created 3 years, 11 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/web/AudioOutputDeviceClientImpl.h
diff --git a/third_party/WebKit/Source/web/AudioOutputDeviceClientImpl.h b/third_party/WebKit/Source/web/AudioOutputDeviceClientImpl.h
index e39a7d3535b1d665af31ead0e37940e4d4a7a0a8..d35ba32e9031a83d870cab08c31f816ada5b2bbc 100644
--- a/third_party/WebKit/Source/web/AudioOutputDeviceClientImpl.h
+++ b/third_party/WebKit/Source/web/AudioOutputDeviceClientImpl.h
@@ -18,7 +18,7 @@ class AudioOutputDeviceClientImpl
WTF_MAKE_NONCOPYABLE(AudioOutputDeviceClientImpl);
public:
- static AudioOutputDeviceClientImpl* create();
+ explicit AudioOutputDeviceClientImpl(LocalFrame&);
~AudioOutputDeviceClientImpl() override;

Powered by Google App Engine
This is Rietveld 408576698