Split blink::PaintWorkletInput into two classes
This is a code health CL, it doesn't change behavior. We are moving the NativePaintWorklet paint off the main thread, which is captured in this CL: https://chromium-review.googlesource.com/c/chromium/src/+/2466140 As part of it, we are creating a NativePaintWorkletInput, and it would share some common bits with the CSS version. So this CL splits the blink::PaintWorkletInput into two classes: 1. The base class that contains the common bits. 2. A CSSPaintWorkletInput that is specifically for the CSS paint. Bug: 1139004 Change-Id: Id6d814a0f1e479f6895897e458b3d0995b80d0ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506078Reviewed-by:Kevin Ellis <kevers@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#822191}
Showing
Please register or sign in to comment