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

Unified Diff: public/web/WebAudioSourceProviderClient.h

Issue 67083003: Move WebMediaPlayer and friends to public/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 | « public/platform/WebMediaPlayerClient.h ('k') | public/web/WebMediaPlayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAudioSourceProviderClient.h
diff --git a/public/web/WebAudioSourceProviderClient.h b/public/web/WebAudioSourceProviderClient.h
index ed2414675801c87ebb07b337e3c83551740f17e2..1e27dd194bc73b4cd6a77e51fb775322fbcb5a1b 100644
--- a/public/web/WebAudioSourceProviderClient.h
+++ b/public/web/WebAudioSourceProviderClient.h
@@ -22,18 +22,4 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WebAudioSourceProviderClient_h
-#define WebAudioSourceProviderClient_h
-
-namespace blink {
-
-class WebAudioSourceProviderClient {
-public:
- virtual void setFormat(size_t numberOfChannels, float sampleRate) = 0;
-protected:
- virtual ~WebAudioSourceProviderClient() { }
-};
-
-} // WebKit
-
-#endif // WebAudioSourceProviderClient_h
+#include "public/platform/WebAudioSourceProviderClient.h"
« no previous file with comments | « public/platform/WebMediaPlayerClient.h ('k') | public/web/WebMediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698