Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index 72a7256e6392926b193fc73f311725e0523716e4..a94966dd31abd13dd31b39d9967c108d4f8d9c3e 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -21,6 +21,7 @@ |
#include "googleurl/src/gurl.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
#include "ui/gfx/rect.h" |
+#include "ui/gfx/rect_f.h" |
struct WebMenuItem; |
@@ -270,6 +271,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap); |
void RequestExternalVideoSurface(int player_id); |
+ void NotifyGeometryChange(int player_id, const gfx::RectF& rect); |
// -------------------------------------------------------------------------- |
// Methods called from native code |