commit | ba3cf50705e6c0ef1346a55eadf1fd7bb0a47841 | [log] [tgz] |
---|---|---|
author | Aaron Krajeski <aaronhk@chromium.org> | Wed May 19 22:29:38 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 19 22:29:38 2021 |
tree | 72d1d052e6f3f4527c087cb3172e4983c464d004 | |
parent | 4feedecd99065c702f6d8bd924b8ac17c5995b71 [diff] |
Remove parent filter pointer from ConvolveMatrixFilterOperation In crrev.com/c/2873730 I got the syntax slightly wrong for creating filter operations in core/style. Since they get linked together later, they do not need a pointer to their parent filter as they do in third_party/blink/renderer/core/paint/filter_effect_builder.cc Bug: 1169216 Change-Id: I78e2e291c6e7650ab7d80cf694007392f3e20d9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2906194 Reviewed-by: Justin Novosad <junov@chromium.org> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/master@{#884722}
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.