[FCP++] Image: move node checking from pre-paint to paint
Currently FCP++ is hooking to pre-paint tree walk for the image nodes, Instead, it should hook to the paint stage. Text nodes have finished this change in https://chromium-review.googlesource.com/c/chromium/src/+/1470732. Now we should do the same for the image nodes. Specifically, the painters that the ImagePaintDetector hooks to include: * BoxPainter * SVGImagePainter * ImagePainter Bug: 924301 Change-Id: Id1c05bc38b7967908b78b26b74d1e8f2e8376aac Reviewed-on: https://chromium-review.googlesource.com/c/1477348 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#635756}
Showing
Please register or sign in to comment