commit | 288f25c723967d407bcba3b5e829c3b2208e1d59 | [log] [tgz] |
---|---|---|
author | Aaron Krajeski <aaronhk@chromium.org> | Wed May 19 22:53:56 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 19 22:53:56 2021 |
tree | 564f67f037881641fbddca7b12aaedb75b741f20 | |
parent | 1de03a6461b996af19f75701d2fa46fa5b3cb7e7 [diff] |
Add convolve matrix type support for CanvasFilter Add the front end interface for feConvolveMatrix filters to be used with the CanvasFilter object in the new canvas 2d api. https://github.com/fserb/canvas2D/blob/master/spec/filters.md Bug: 1169216 Change-Id: I520860f3f74182e1872b091cbc67415b8a6b36bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2877108 Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Reviewed-by: Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/master@{#884733}
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.