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

Unified Diff: webkit/media/android/webmediaplayer_impl_android.h

Issue 11442056: Add external surface rendering mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add getPersonality() Created 8 years 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: webkit/media/android/webmediaplayer_impl_android.h
diff --git a/webkit/media/android/webmediaplayer_impl_android.h b/webkit/media/android/webmediaplayer_impl_android.h
index 850642d218719717e61ff1d6b583e2d7e16c3219..c22be4ab30322af52a69f4b16c8061e2cf69195b 100644
--- a/webkit/media/android/webmediaplayer_impl_android.h
+++ b/webkit/media/android/webmediaplayer_impl_android.h
@@ -55,6 +55,8 @@ class WebMediaPlayerImplAndroid : public WebMediaPlayerAndroid {
void OnMediaPlayerPause();
void OnDidEnterFullscreen();
void OnDidExitFullscreen();
+ void OnDidEnterVideoView();
+ void OnDidExitVideoView();
// WebMediaPlayerAndroid implementation.
virtual void OnTimeUpdate(base::TimeDelta current_time) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698