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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_action_view.h

Issue 2447523002: [ash-md] Added different highlighting modes to the InkDropImpl. (Closed)
Patch Set: Fixed InkDropHostView::GetInkDrop() to use CreateInkDrop(). Created 4 years, 1 month 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: chrome/browser/ui/views/toolbar/toolbar_action_view.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view.h b/chrome/browser/ui/views/toolbar/toolbar_action_view.h
index ad20695269b4ea6844b1597e8b0580e2bfb6a5d5..79163e2701bbdbc50cc0116e4a1f56791f4a9cd4 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.h
@@ -74,7 +74,7 @@ class ToolbarActionView : public views::MenuButton,
const override;
bool IsTriggerableEvent(const ui::Event& event) override;
SkColor GetInkDropBaseColor() const override;
- bool ShouldShowInkDropHighlight() const override;
+ std::unique_ptr<views::InkDrop> CreateInkDrop() override;
// ToolbarActionViewDelegateViews:
content::WebContents* GetCurrentWebContents() const override;

Powered by Google App Engine
This is Rietveld 408576698