| 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 3a445e8517b26243964c70caaf55ef7544472eef..ff52d2f63c4470240f35917ad5b431f27478c722 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -316,6 +316,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| const gfx::SizeF& viewport_size,
|
| const gfx::Vector2dF& controls_offset,
|
| const gfx::Vector2dF& content_offset,
|
| + const gfx::Vector2dF& bottom_controls_offset,
|
| + const gfx::Vector2dF& bottom_controls_translate,
|
| bool is_mobile_optimized_hint,
|
| const gfx::SelectionBound& selection_start);
|
|
|
| @@ -381,6 +383,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| gfx::Size GetViewportSizeDip() const;
|
| bool DoTopControlsShrinkBlinkSize() const;
|
| float GetTopControlsHeightDip() const;
|
| + float GetBottomControlsHeightDip() const;
|
|
|
| void AttachLayer(scoped_refptr<cc::Layer> layer);
|
| void RemoveLayer(scoped_refptr<cc::Layer> layer);
|
| @@ -425,6 +428,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
|
|
| gfx::Size GetViewportSizePix() const;
|
| int GetTopControlsHeightPix() const;
|
| + int GetBottomControlsHeightPix() const;
|
|
|
| void SendGestureEvent(const blink::WebGestureEvent& event);
|
|
|
|
|