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

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

Issue 13688004: Location/size change notification when external rendering is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase & added a missing ifdef guard Created 7 years, 8 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: webkit/media/android/webmediaplayer_impl_android.cc
diff --git a/webkit/media/android/webmediaplayer_impl_android.cc b/webkit/media/android/webmediaplayer_impl_android.cc
index d2ee78d19d42a526e65c733a163ed4483540f8a3..798182f8a1b00bde0d5c8974ac034e50a8811357 100644
--- a/webkit/media/android/webmediaplayer_impl_android.cc
+++ b/webkit/media/android/webmediaplayer_impl_android.cc
@@ -129,10 +129,12 @@ void WebMediaPlayerImplAndroid::Destroy() {
proxy_ = NULL;
}
+#if defined(GOOGLE_TV)
void WebMediaPlayerImplAndroid::RequestExternalSurface() {
if (proxy_)
proxy_->RequestExternalSurface(player_id());
}
+#endif
void WebMediaPlayerImplAndroid::SetVideoSurface(jobject j_surface) {}
« no previous file with comments | « webkit/media/android/webmediaplayer_impl_android.h ('k') | webkit/media/android/webmediaplayer_manager_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698