| 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 c756a5906b9dbf8c37f8e1101e3359d37ec17fad..a00cccf08280fd50217cf706a695a7b1dc7ae511 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -28,6 +28,10 @@
|
| #include "ui/gfx/geometry/rect_f.h"
|
| #include "url/gurl.h"
|
|
|
| +namespace cc {
|
| +struct ViewportSelectionBound;
|
| +}
|
| +
|
| namespace ui {
|
| class WindowAndroid;
|
| }
|
| @@ -316,7 +320,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| const gfx::SizeF& viewport_size,
|
| const gfx::Vector2dF& controls_offset,
|
| const gfx::Vector2dF& content_offset,
|
| - bool is_mobile_optimized_hint);
|
| + bool is_mobile_optimized_hint,
|
| + const cc::ViewportSelectionBound& selection_start);
|
|
|
| void ForceUpdateImeAdapter(long native_ime_adapter);
|
| void UpdateImeAdapter(long native_ime_adapter,
|
|
|