| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 2413312f06c12063b7430d8a3bbccadf16ebc09d..2f846117885915655e0cae778be7bac51beb90a9 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -28,6 +28,7 @@
|
| #include "third_party/WebKit/public/web/WebDataSource.h"
|
| #include "third_party/WebKit/public/web/WebFrameClient.h"
|
| #include "third_party/WebKit/public/web/WebHistoryCommitType.h"
|
| +#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
| #include "third_party/WebKit/public/web/WebTransitionElementData.h"
|
| #include "ui/gfx/range/range.h"
|
|
|
| @@ -573,7 +574,9 @@ class CONTENT_EXPORT RenderFrameImpl
|
| void OnSelectAll();
|
| void OnSelectRange(const gfx::Point& base, const gfx::Point& extent);
|
| void OnUnselect();
|
| - void OnMoveRangeSelectionExtent(const gfx::Point& point);
|
| + void OnMoveRangeSelectionExtent(
|
| + const gfx::Point& point,
|
| + blink::WebLocalFrame::TextGranularity granularity);
|
| void OnReplace(const base::string16& text);
|
| void OnReplaceMisspelling(const base::string16& text);
|
| void OnCSSInsertRequest(const std::string& css);
|
|
|