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

Unified Diff: content/browser/android/media_player_manager_android.h

Issue 13688004: Location/size change notification when external rendering is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put notification hook under ifdef's to minimize performance implication on other platforms Created 7 years, 9 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: content/browser/android/media_player_manager_android.h
diff --git a/content/browser/android/media_player_manager_android.h b/content/browser/android/media_player_manager_android.h
index 2500086d68e98c15ff6531c9f6690f744865849d..3acc4d283ca45f98ef2103e01067e22177f72400 100644
--- a/content/browser/android/media_player_manager_android.h
+++ b/content/browser/android/media_player_manager_android.h
@@ -16,6 +16,7 @@
#include "googleurl/src/gurl.h"
#include "media/base/android/media_player_bridge.h"
#include "media/base/android/media_player_bridge_manager.h"
+#include "ui/gfx/rect_f.h"
namespace content {
@@ -82,6 +83,7 @@ class MediaPlayerManagerAndroid
void OnReleaseResources(int player_id);
void OnDestroyPlayer(int player_id);
void OnRequestExternalSurface(int player_id);
+ void OnNotifyGeometryChange(int player_id, gfx::RectF rect);
palmer 2013/04/05 18:05:15 Is it possible to pass a reference instead?
wonsik 2013/04/08 04:39:22 Done.
// An array of managed players.
ScopedVector<media::MediaPlayerBridge> players_;

Powered by Google App Engine
This is Rietveld 408576698