summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-05-24 10:44:44 -0700
committerTeng-Hui Zhu <ztenghui@google.com>2012-05-24 15:24:49 -0700
commitefae67fdcaf0deed8019517a83fd03c536fc2584 (patch)
treeab36797e2ad6d4e097a419a085cfc5ff6e2c71a1 /Source/WebCore/platform/graphics/android
parent64a27211ba5f48667a3e66b27374945f1831aaf3 (diff)
downloadexternal_webkit-efae67fdcaf0deed8019517a83fd03c536fc2584.zip
external_webkit-efae67fdcaf0deed8019517a83fd03c536fc2584.tar.gz
external_webkit-efae67fdcaf0deed8019517a83fd03c536fc2584.tar.bz2
Better support for HTML5 audio loop
bug:5461143 frameworks change: https://android-git.corp.google.com/g/#/c/193751/ Change-Id: I691a8aa7eb2a7fc196358a3ab2929075bd4a8a8b
Diffstat (limited to 'Source/WebCore/platform/graphics/android')
-rw-r--r--Source/WebCore/platform/graphics/android/layers/MediaPlayerPrivateAndroid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/layers/MediaPlayerPrivateAndroid.h b/Source/WebCore/platform/graphics/android/layers/MediaPlayerPrivateAndroid.h
index 535e7ae..17fd4d8 100644
--- a/Source/WebCore/platform/graphics/android/layers/MediaPlayerPrivateAndroid.h
+++ b/Source/WebCore/platform/graphics/android/layers/MediaPlayerPrivateAndroid.h
@@ -91,6 +91,7 @@ public:
virtual void onPrepared(int duration, int width, int height) { }
void onEnded();
+ void onRequestPlay();
void onPaused();
virtual void onPosterFetched(SkBitmap*) { }
void onBuffering(int percent);