| 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 a00cccf08280fd50217cf706a695a7b1dc7ae511..8f8c694e0bed0ec3d829a8a432df181dbd2ae45b 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -371,6 +371,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;
|
|
|