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 55157a15e752a7ca3ad73a3c73118ca9ed2d769a..2d0151779719adfc694d89ded223c42c84ac990c 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -53,7 +53,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
ui::ViewAndroid* GetViewAndroid() const override; |
ui::WindowAndroid* GetWindowAndroid() const override; |
const scoped_refptr<cc::Layer>& GetLayer() const override; |
- void ShowPastePopup(int x, int y) override; |
+ bool ShowPastePopup(int x, int y) override; |
void GetScaledContentBitmap( |
float scale, |
SkColorType preferred_color_type, |