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

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

Issue 1752553002: [MD] Fix some ink drop colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 months 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 08d2b61b5922ed6a8dbe3108b793f6d17538a7bb..d9284890cb0c805dc7c24752bfa3b1deac8e14a5 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.h
@@ -76,8 +76,6 @@ class ToolbarActionView : public views::MenuButton,
scoped_ptr<views::LabelButtonBorder> CreateDefaultBorder() const override;
void OnMouseEntered(const ui::MouseEvent& event) override;
bool IsTriggerableEvent(const ui::Event& event) override;
- void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
- void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
SkColor GetInkDropBaseColor() const override;
bool ShouldShowInkDropHover() const override;

Powered by Google App Engine
This is Rietveld 408576698