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

Unified Diff: ui/views/animation/test/test_ink_drop.h

Issue 2499523003: Add ink drop masking to TrayBackgroundView (Closed)
Patch Set: Rebased 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.h
diff --git a/ui/views/animation/test/test_ink_drop.h b/ui/views/animation/test/test_ink_drop.h
index c34b79b732a68e23cacba4d7a4efb79de7bfe442..ff881cdd180cd29eb58938e682e063d02a52f2a6 100644
--- a/ui/views/animation/test/test_ink_drop.h
+++ b/ui/views/animation/test/test_ink_drop.h
@@ -21,6 +21,7 @@ class TestInkDrop : public InkDrop {
bool is_hovered() const { return is_hovered_; }
+ void UpdateLayerSize(const gfx::Size& layer_size) override;
InkDropState GetTargetInkDropState() const override;
void AnimateToState(InkDropState ink_drop_state) override;
void SnapToActivated() override;

Powered by Google App Engine
This is Rietveld 408576698