[Multipaste] Add ink drop ripple to the delete button
This CL adds the ink drop ripple to the delete button. In order to achieve this, we create a new class called `DeleteButtonContainer` to paint the delete button background. Otherwise, because the ink drop ripple's layer is beneath the host view, the delete button's background will be placed above the ink drop ripple's layer. Due to the view hierarchy's change, this CL also modifies the api function provided by ContentsView to install the delete button. Bug: 1152815 Change-Id: I083850f41d15cb9c2c1974d84c217fcc93f83fed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568152 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#833550}
Showing
Please register or sign in to comment