Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 1471993002: Resume cursor blinking on closing context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: robusted onContextMenuClosed() and fixed nits Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698