| 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 0504bc64951ede92be8aaeb7293254bdb3936a8b..87a77277067e7c130d7e5e750c89e75d2435c8f9 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -252,7 +252,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| // determine if the embedder intends to handle it.
|
| bool WillHandleDeferAfterResponseStarted();
|
|
|
| - void OnSmartClipDataExtracted(const base::string16& result);
|
| + void OnSmartClipDataExtracted(const gfx::Rect& clip_rect,
|
| + const base::string16& result);
|
|
|
| // Creates a popup menu with |items|.
|
| // |multiple| defines if it should support multi-select.
|
|
|