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

Unified Diff: ui/views/controls/button/custom_button_unittest.cc

Issue 1390113006: Added material design mouse hover feedback support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master. Created 4 years, 11 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: ui/views/controls/button/custom_button_unittest.cc
diff --git a/ui/views/controls/button/custom_button_unittest.cc b/ui/views/controls/button/custom_button_unittest.cc
index 7f784c2dc8d0f4c78e7858dcbe35c4eec84504ec..41de3466d8f388672007120b832da0cc41e57715 100644
--- a/ui/views/controls/button/custom_button_unittest.cc
+++ b/ui/views/controls/button/custom_button_unittest.cc
@@ -123,6 +123,8 @@ class TestInkDropDelegate : public InkDropDelegate {
}
}
+ void SetHovered(bool is_hovered) override {}
+
private:
InkDropHost* ink_drop_host_;
bool* ink_shown_;

Powered by Google App Engine
This is Rietveld 408576698