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

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

Issue 2094343005: Fix MD button hover shadow effect on odd-sized buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/animation/ink_drop_highlight_unittest.cc
diff --git a/ui/views/animation/ink_drop_highlight_unittest.cc b/ui/views/animation/ink_drop_highlight_unittest.cc
index a3b2531333d5310adf7a71ebea1f9d17993ca93c..500476de716d399f57571d9d5836f426b28264dd 100644
--- a/ui/views/animation/ink_drop_highlight_unittest.cc
+++ b/ui/views/animation/ink_drop_highlight_unittest.cc
@@ -40,7 +40,7 @@ class InkDropHighlightTest : public testing::Test {
InkDropHighlightTest::InkDropHighlightTest()
: ink_drop_highlight_(new InkDropHighlight(gfx::Size(10, 10),
3,
- gfx::Point(),
+ gfx::PointF(),
SK_ColorBLACK)),
test_api_(ink_drop_highlight_.get()) {
ink_drop_highlight_->set_observer(&observer_);

Powered by Google App Engine
This is Rietveld 408576698