| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_android.h (revision 289886)
|
| +++ content/browser/renderer_host/render_widget_host_view_android.h (working copy)
|
| @@ -206,7 +206,8 @@
|
| void OnDidChangeBodyBackgroundColor(SkColor color);
|
| void OnStartContentIntent(const GURL& content_url);
|
| void OnSetNeedsBeginFrame(bool enabled);
|
| - void OnSmartClipDataExtracted(const base::string16& result,
|
| + void OnSmartClipDataExtracted(const base::string16& text,
|
| + const base::string16& html,
|
| const gfx::Rect rect);
|
|
|
| bool OnTouchEvent(const ui::MotionEvent& event);
|
|
|