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

Unified Diff: ui/views/controls/button/custom_button_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/controls/button/custom_button_unittest.cc
diff --git a/ui/views/controls/button/custom_button_unittest.cc b/ui/views/controls/button/custom_button_unittest.cc
index 6532653b15dbc0c2e816168c5489d3c868d37f20..889bc7beb6c5884dacba696d5cebb56f0433c80d 100644
--- a/ui/views/controls/button/custom_button_unittest.cc
+++ b/ui/views/controls/button/custom_button_unittest.cc
@@ -147,7 +147,7 @@ class CustomButtonTest : public ViewsTestBase {
delete button_;
button_ = new TestCustomButton(false);
InkDropHostViewTestApi(button_).SetInkDrop(
- base::MakeUnique<InkDropImpl>(button_));
+ base::MakeUnique<InkDropImpl>(button_, button_->size()));
widget_->SetContentsView(button_);
}
« ui/views/animation/ink_drop_host_view.cc ('K') | « ui/views/animation/test/test_ink_drop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698