| 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 232fa444d4cb4523c5afd78b02cb920d31837fe4..d23427004ed122c7d8f92c9cbe76614a9fc49fc5 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -249,7 +249,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| // Methods called from native code
|
| // --------------------------------------------------------------------------
|
|
|
| - gfx::Rect GetBounds() const;
|
| + gfx::Size GetPhysicalSize() const;
|
| + gfx::Size GetDIPSize() const;
|
|
|
| void AttachLayer(scoped_refptr<cc::Layer> layer);
|
| void RemoveLayer(scoped_refptr<cc::Layer> layer);
|
|
|