ref-test changed after removing call to MakeForLocalSpace |
|||
Issue descriptionTo draw a picture at a fixed resolution, the old blink code used SkPictureImageFilter: MakeForLocalSpace(). This is relatively inefficient (it uses 2 buffers). The replacement code just used drawImage. However, there is a slight difference in 2 reference tests due to two diff surprises: - cc image decoding machine forces kLow filterquality to kMedium - imagefilters cannot internally use kMedium, and so devolve to kLow
,
Nov 9 2017
,
Dec 5 2017
This issue is no longer relevant because display list 2d mode for html canvas is removed in https://bugs.chromium.org/p/chromium/issues/detail?id=776826. Also, RecordingImageBufferSurface is going to be removed and then the call in GraphicsContext.cpp will become unreachable and might need to be removed too. |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Nov 9 2017