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

Unified Diff: ui/views/animation/test/test_ink_drop.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/test/test_ink_drop.cc
diff --git a/ui/views/animation/test/test_ink_drop.cc b/ui/views/animation/test/test_ink_drop.cc
index 523c9ad6ad92795638f3406111915278e2643a35..061cb7eaef473df8ce1b9d8416cf6068b947c3b7 100644
--- a/ui/views/animation/test/test_ink_drop.cc
+++ b/ui/views/animation/test/test_ink_drop.cc
@@ -10,6 +10,8 @@ namespace test {
TestInkDrop::TestInkDrop() : state_(InkDropState::HIDDEN), is_hovered_(false) {}
TestInkDrop::~TestInkDrop() {}
+void TestInkDrop::HostSizeChanged(const gfx::Size& new_size) {}
+
InkDropState TestInkDrop::GetTargetInkDropState() const {
return state_;
}

Powered by Google App Engine
This is Rietveld 408576698