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

Unified Diff: ash/common/shelf/overflow_button.h

Issue 2447523002: [ash-md] Added different highlighting modes to the InkDropImpl. (Closed)
Patch Set: Fixed compile errors. 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: ash/common/shelf/overflow_button.h
diff --git a/ash/common/shelf/overflow_button.h b/ash/common/shelf/overflow_button.h
index c15039b19e731a11c4b9d6317003affabb99ba78..a81d47ab349710349295206da20cd2871f861fda 100644
--- a/ash/common/shelf/overflow_button.h
+++ b/ash/common/shelf/overflow_button.h
@@ -30,9 +30,9 @@ class OverflowButton : public views::CustomButton {
private:
// views::CustomButton:
void OnPaint(gfx::Canvas* canvas) override;
+ std::unique_ptr<views::InkDrop> CreateInkDrop() override;
std::unique_ptr<views::InkDropRipple> CreateInkDropRipple() const override;
bool ShouldEnterPushedState(const ui::Event& event) override;
- bool ShouldShowInkDropHighlight() const override;
void NotifyClick(const ui::Event& event) override;
// Helper functions to paint the background and foreground of the button

Powered by Google App Engine
This is Rietveld 408576698