| 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 6bab2f7084a7ac33ed4cbe36a7ead711f6007977..6502d33f12cbe06bd3d29c07d6dc7c74aa429d3e 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
|
| // --------------------------------------------------------------------------
|
|
|