Add ink drop to AssistantOnboardingSuggestionView.
Ink drop layers are painted *beneath* the view background. This posed a problem since our background is opaque. To address this, we redirect our ink drop layer from our view to an InkDropContainerView. This way our background will not obstruct the ink drop effect. Demo: http://shortn/_reUPdq6Q56 Bug: b:161161492 Change-Id: I8457ed207709d343cb9eba020c3a88a2197a9132 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303490 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#789840}
Showing
Please register or sign in to comment