| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index 1c3d44309f30b65363db9a708ad509baeb35f524..e36730f5ed2bda5e1cad97c24abab56adb647180 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -203,7 +203,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| void OnDidOverscroll(const DidOverscrollParams& params);
|
| void OnStartContentIntent(const GURL& content_url);
|
| void OnSetNeedsBeginFrame(bool enabled);
|
| - void OnSmartClipDataExtracted(const base::string16& result);
|
| + void OnSmartClipDataExtracted(const base::string16 result,
|
| + const gfx::Rect rect);
|
|
|
| bool OnTouchEvent(const ui::MotionEvent& event);
|
| void ResetGestureDetection();
|
|
|