| 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..dba2f4e135b0d7aed9daf8c3361f8d5792cdf83c 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, gfx::RectF& rect);
|
|
|
| // --------------------------------------------------------------------------
|
| // Methods called from native code
|
|
|