| 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 d6308a1c0d0c445e83d93f8fe32f1d5ed5ed820f..f3f0fa84580832436fd07278f53e6edb2fa4dd05 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -365,6 +365,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;
|
|
|