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

Unified Diff: ui/views/animation/ink_drop_stub.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/ink_drop_stub.h
diff --git a/ui/views/animation/ink_drop_stub.h b/ui/views/animation/ink_drop_stub.h
index 00fb4900e4f11385ddaff5f93ec27befcca994bb..c8913f215a06a43bd3a3525ed33b14c820bb5422 100644
--- a/ui/views/animation/ink_drop_stub.h
+++ b/ui/views/animation/ink_drop_stub.h
@@ -16,6 +16,7 @@ class VIEWS_EXPORT InkDropStub : public InkDrop {
~InkDropStub() override;
// InkDrop:
+ void UpdateLayerSize(const gfx::Size& size) override;
InkDropState GetTargetInkDropState() const override;
void AnimateToState(InkDropState state) override;
void SnapToActivated() override;

Powered by Google App Engine
This is Rietveld 408576698