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

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

Issue 1915983009: Fixed material design ink drop location for the MD download shelf buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Removed FloodFillInkDropAnimation ctor. Created 4 years, 8 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/flood_fill_ink_drop_animation.cc ('k') | ui/views/controls/button/label_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/ink_drop_animation_unittest.cc
diff --git a/ui/views/animation/ink_drop_animation_unittest.cc b/ui/views/animation/ink_drop_animation_unittest.cc
index d07b1c32568ec623be4d712e0753dbc50ff59e3e..85434b5cbe20d1ef3cc2960d8e091b754fdee2f2 100644
--- a/ui/views/animation/ink_drop_animation_unittest.cc
+++ b/ui/views/animation/ink_drop_animation_unittest.cc
@@ -69,7 +69,7 @@ InkDropAnimationTest::InkDropAnimationTest() {
}
case FLOOD_FILL_INK_DROP_ANIMATION: {
FloodFillInkDropAnimation* flood_fill_ink_drop_animation =
- new FloodFillInkDropAnimation(gfx::Size(10, 10), gfx::Point(),
+ new FloodFillInkDropAnimation(gfx::Rect(0, 0, 10, 10), gfx::Point(),
SK_ColorBLACK);
ink_drop_animation_.reset(flood_fill_ink_drop_animation);
test_api_.reset(
« no previous file with comments | « ui/views/animation/flood_fill_ink_drop_animation.cc ('k') | ui/views/controls/button/label_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698