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

Unified Diff: runtime/embedders/android/android_extension.h

Issue 11823034: Backport some work from sample to embedder: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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: runtime/embedders/android/android_extension.h
===================================================================
--- runtime/embedders/android/android_extension.h (revision 16869)
+++ runtime/embedders/android/android_extension.h (working copy)
@@ -9,7 +9,9 @@
Dart_NativeFunction ResolveName(Dart_Handle name, int argc);
-void PlayBackground(const char* path);
-void StopBackground();
+extern int32_t PlayBackgroundSound(const char* path);
+extern void StopBackgroundSound();
+extern int32_t LoadSoundSample(const char* path);
+extern int32_t PlaySoundSample(const char* path);
#endif // EMBEDDERS_ANDROID_ANDROID_EXTENSION_H_
« no previous file with comments | « no previous file | runtime/embedders/android/android_extension.cc » ('j') | runtime/embedders/android/android_extension.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698