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

Unified Diff: content/browser/web_contents/web_contents_view_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: Address Andrew's comments. 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: content/browser/web_contents/web_contents_view_android.h
diff --git a/content/browser/web_contents/web_contents_view_android.h b/content/browser/web_contents/web_contents_view_android.h
index a882ae585a45c7402fd4d88820fa6bee74fbef2e..630e782d76e249ae23fe03099c0a6b000e4c6dab 100644
--- a/content/browser/web_contents/web_contents_view_android.h
+++ b/content/browser/web_contents/web_contents_view_android.h
@@ -11,6 +11,7 @@
#include "content/port/browser/web_contents_view_port.h"
#include "content/public/browser/web_contents_view_delegate.h"
#include "content/public/common/context_menu_params.h"
+#include "ui/gfx/rect_f.h"
namespace content {
class ContentViewCoreImpl;
@@ -29,6 +30,7 @@ class WebContentsViewAndroid : public WebContentsViewPort,
void SetContentViewCore(ContentViewCoreImpl* content_view_core);
void RequestExternalVideoSurface(int player_id);
+ void NotifyGeometryChange(int player_id, const gfx::RectF& rect);
// WebContentsView implementation --------------------------------------------
virtual gfx::NativeView GetNativeView() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698