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

Unified Diff: webkit/glue/plugins/pepper_plugin_delegate.h

Issue 5202002: changes for proxy audio (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« webkit/glue/plugins/pepper_audio.cc ('K') | « webkit/glue/plugins/pepper_audio.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/pepper_plugin_delegate.h
===================================================================
--- webkit/glue/plugins/pepper_plugin_delegate.h (revision 67163)
+++ webkit/glue/plugins/pepper_plugin_delegate.h (working copy)
@@ -129,8 +129,6 @@
base::SyncSocket::Handle socket) = 0;
};
- virtual ~PlatformAudio() {}
-
// Starts the playback. Returns false on error or if called before the
// stream is created or after the stream is closed.
virtual bool StartPlayback() = 0;
@@ -142,6 +140,9 @@
// Closes the stream. Make sure to call this before the object is
// destructed.
virtual void ShutDown() = 0;
+
+ protected:
+ virtual ~PlatformAudio() {}
};
class PlatformVideoDecoder {
« webkit/glue/plugins/pepper_audio.cc ('K') | « webkit/glue/plugins/pepper_audio.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698