commit | 3fbe79d3a7bae185410941d68f2b90703cd70c99 | [log] [tgz] |
---|---|---|
author | Zoraiz Naeem <zoraiznaeem@chromium.org> | Thu Jan 30 23:52:46 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 30 23:52:46 2025 |
tree | 028c204ecf5b6ff2464978fd245132ee422e4276 | |
parent | 01d78e597975c9c071727707178feab4206cd049 [diff] |
Remove ShelfBackgroundAnimator from Shelf bubble There are multiple reason to remove the animator: 1. The method `BubbleDialogDelegateView::set_color()` is currently used by the animator to specify the background color of the bubble. In all other instances, this method sets the background color based on theme. It is blocking refactoring efforts to make `set_color()` take color_id. (Color_Id do not work with animations) 2. Currently both the implementations of ShelfBubble are not animating the background color. Therefore there is no need for ShelfBackgroundAnimator. Bug: b:261653838 Change-Id: I5a9f002e9e0dc0335672506190c84e3363911ef5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6219684 Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Zoraiz Naeem <zoraiznaeem@chromium.org> Cr-Commit-Position: refs/heads/main@{#1413821}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.