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

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

Issue 1942843002: Fixed material design ink drop location for the MD download shelf buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Added some missing includes. 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 5db3e8929807fffe1f7ddcfc4b3bd1b538ebf09e..84d608ea367a6f8934bad56ec334bee1a435de87 100644
--- a/ui/views/animation/ink_drop_animation_unittest.cc
+++ b/ui/views/animation/ink_drop_animation_unittest.cc
@@ -67,7 +67,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