Index: content/public/browser/android/content_view_core.h |
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h |
index e904036656dbd2d8e959264136bbc0dcccc7474d..5f487f8a0e3bb3223070b8433416261f981b2e10 100644 |
--- a/content/public/browser/android/content_view_core.h |
+++ b/content/public/browser/android/content_view_core.h |
@@ -48,7 +48,7 @@ class CONTENT_EXPORT ContentViewCore { |
virtual ui::ViewAndroid* GetViewAndroid() const = 0; |
virtual ui::WindowAndroid* GetWindowAndroid() const = 0; |
virtual const scoped_refptr<cc::Layer>& GetLayer() const = 0; |
- virtual void ShowPastePopup(int x, int y) = 0; |
+ virtual bool ShowPastePopup(int x, int y) = 0; |
// Request a scaled content readback. The result is passed through the |
// callback. The boolean parameter indicates whether the readback was a |