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

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

Issue 2499523003: Add ink drop masking to TrayBackgroundView (Closed)
Patch Set: Addressed review comments Created 4 years, 1 month 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_unittest.cc
diff --git a/ui/views/animation/ink_drop_unittest.cc b/ui/views/animation/ink_drop_unittest.cc
index 4866bc511cdb80a13cfde783f1f8982a15d27a44..4cee71e8dd7baf0ac80d83ad2f61314c8767a095 100644
--- a/ui/views/animation/ink_drop_unittest.cc
+++ b/ui/views/animation/ink_drop_unittest.cc
@@ -57,7 +57,7 @@ InkDropTest::InkDropTest() : ink_drop_(nullptr) {
ink_drop_.reset(new InkDropStub());
break;
case INK_DROP_IMPL:
- ink_drop_.reset(new InkDropImpl(&test_ink_drop_host_));
+ ink_drop_.reset(new InkDropImpl(&test_ink_drop_host_, gfx::Size()));
// The Timer's used by the InkDropImpl class require a
// base::ThreadTaskRunnerHandle instance.
scoped_refptr<base::TestMockTimeTaskRunner> task_runner(

Powered by Google App Engine
This is Rietveld 408576698