| 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 053e0e7a9682fa4daa761f26b11c22b9bf8a3b40..96ce75ab9fe6e4e215870744b32405aed17f94a8 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -22,6 +22,10 @@
|
| #include "ui/gfx/geometry/rect_f.h"
|
| #include "url/gurl.h"
|
|
|
| +namespace cc {
|
| +struct ViewportSelectionBound;
|
| +}
|
| +
|
| namespace ui {
|
| class ViewAndroid;
|
| class WindowAndroid;
|
| @@ -210,7 +214,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| const gfx::SizeF& content_size,
|
| const gfx::SizeF& viewport_size,
|
| const gfx::Vector2dF& controls_offset,
|
| - const gfx::Vector2dF& content_offset);
|
| + const gfx::Vector2dF& content_offset,
|
| + const cc::ViewportSelectionBound& selection_start);
|
|
|
| void UpdateImeAdapter(long native_ime_adapter,
|
| int text_input_type,
|
|
|