| 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 053e0e7a9682fa4daa761f26b11c22b9bf8a3b40..0f2d61b27fdc04caf1ec8d257d6ff070c6d4084d 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -20,6 +20,7 @@
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/geometry/rect_f.h"
|
| +#include "ui/gfx/geometry/vector2d.h"
|
| #include "url/gurl.h"
|
|
|
| namespace ui {
|
| @@ -262,6 +263,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
|
|
| bool IsFullscreenRequiredForOrientationLock() const;
|
|
|
| + gfx::Vector2d GetLocationOnScreen() const;
|
| +
|
| // --------------------------------------------------------------------------
|
| // Methods called from native code
|
| // --------------------------------------------------------------------------
|
|
|