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

Unified Diff: ui/views/animation/ink_drop_hover_unittest.cc

Issue 1724963002: Color the ink drop ripple and hover effects based on theming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky review 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
« no previous file with comments | « ui/views/animation/ink_drop_hover.cc ('k') | ui/views/animation/square_ink_drop_animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/ink_drop_hover_unittest.cc
diff --git a/ui/views/animation/ink_drop_hover_unittest.cc b/ui/views/animation/ink_drop_hover_unittest.cc
index 21c6326ee264bfeb6a6a7507eba7a3757c7aa761..5657569ad2353668b818db36d427ed17f749c091 100644
--- a/ui/views/animation/ink_drop_hover_unittest.cc
+++ b/ui/views/animation/ink_drop_hover_unittest.cc
@@ -36,7 +36,8 @@ InkDropHoverTest::InkDropHoverTest() {
InkDropHoverTest::~InkDropHoverTest() {}
scoped_ptr<InkDropHover> InkDropHoverTest::CreateInkDropHover() const {
- return make_scoped_ptr(new InkDropHover(gfx::Size(10, 10), 3));
+ return make_scoped_ptr(
+ new InkDropHover(gfx::Size(10, 10), 3, gfx::Point(), SK_ColorBLACK));
}
TEST_F(InkDropHoverTest, InitialStateAfterConstruction) {
« no previous file with comments | « ui/views/animation/ink_drop_hover.cc ('k') | ui/views/animation/square_ink_drop_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698