| 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 7973a1512584098f0a5acd46a81def282295c7cf..603fd441508cf4d8f901e9c979a4c5d367bf7b44 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -307,6 +307,8 @@
|
| const gfx::SizeF& viewport_size,
|
| const float top_controls_height,
|
| const float top_controls_shown_ratio,
|
| + const float bottom_controls_height,
|
| + const float bottom_controls_shown_ratio,
|
| bool is_mobile_optimized_hint,
|
| const gfx::SelectionBound& selection_start);
|
|
|
| @@ -322,6 +324,7 @@
|
| int composition_end,
|
| bool show_ime_if_needed,
|
| bool reply_to_request);
|
| + void OnBackgroundColorChanged(SkColor color);
|
|
|
| bool HasFocus();
|
| void RequestDisallowInterceptTouchEvent();
|
| @@ -333,6 +336,8 @@
|
| const gfx::PointF& selection_anchor,
|
| const gfx::RectF& selection_rect);
|
|
|
| + void StartContentIntent(const GURL& content_url, bool is_main_frame);
|
| +
|
| // Shows the disambiguation popup
|
| // |rect_pixels| --> window coordinates which |zoomed_bitmap| represents
|
| // |zoomed_bitmap| --> magnified image of potential touch targets
|
|
|