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

Unified Diff: ppapi/shared_impl/ppb_audio_shared.h

Issue 10837350: Revert 152406 - Introduce shared_memory_support media target for PPAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « ppapi/ppapi_tests.gypi ('k') | ppapi/shared_impl/ppb_audio_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppb_audio_shared.h
===================================================================
--- ppapi/shared_impl/ppb_audio_shared.h (revision 152430)
+++ ppapi/shared_impl/ppb_audio_shared.h (working copy)
@@ -29,6 +29,9 @@
PPB_Audio_Shared();
virtual ~PPB_Audio_Shared();
+ // Keep in sync with media::AudioOutputController::kPauseMark.
+ static const int kPauseMark;
+
bool playing() const { return playing_; }
// Sets the callback information that the background thread will use. This
Property changes on: ppapi/shared_impl/ppb_audio_shared.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ppapi/shared_impl/ppb_audio_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698