| 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 5f0d5868b97daa603947133452716f4308bbd205..acab843b0dfb4b1ce5698834baff93595917a0ff 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -250,15 +250,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
|
|
| void OnTabCrashed();
|
|
|
| - // All sizes and offsets are in CSS pixels as cached by the renderer.
|
| - void UpdateFrameInfo(const gfx::Vector2dF& scroll_offset,
|
| - float page_scale_factor,
|
| - const gfx::Vector2dF& page_scale_factor_limits,
|
| - const gfx::SizeF& content_size,
|
| - const gfx::SizeF& viewport_size,
|
| - const gfx::Vector2dF& controls_offset,
|
| - const gfx::Vector2dF& content_offset,
|
| - float overdraw_bottom_height);
|
| + void UpdateFrameInfo(const cc::CompositorFrameMetadata& frame_metadata);
|
|
|
| void UpdateImeAdapter(int native_ime_adapter, int text_input_type,
|
| const std::string& text,
|
|
|