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 f64df792ddc3205cff5b578e849b83591502b39e..51eb7a9150a0e8208f508b6e013bbb2cad008dbf 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_android.h |
+++ b/content/browser/renderer_host/render_widget_host_view_android.h |
@@ -30,6 +30,7 @@ |
#include "ui/gfx/vector2d_f.h" |
struct ViewHostMsg_TextInputState_Params; |
+struct ViewHostMsg_SmartClip_Params; |
struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params; |
struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params; |
@@ -204,7 +205,7 @@ class 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 ViewHostMsg_SmartClip_Params& params); |
bool OnTouchEvent(const ui::MotionEvent& event); |
void ResetGestureDetection(); |