| 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 a953427f35b6e00fadd46aa9acd6ae41dfdf8e2e..3e78a394713047519434f2f2071acfe04ddcd3d3 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -289,6 +289,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| // Returns the viewport size after accounting for the viewport offset.
|
| gfx::Size GetViewSize() const;
|
|
|
| + gfx::Size GetViewSizeWithOSKHidden() const;
|
| +
|
| void SetAccessibilityEnabledInternal(bool enabled);
|
|
|
| bool IsFullscreenRequiredForOrientationLock() const;
|
|
|