Chromium Code Reviews
Descriptionui: Remove a bunch of uses of gfx::Canvas::ExtractImageRep()
This method calls PaintCanvas::getBaseLayerSize() which should not
exist. Since these callers are just trying to generate a bitmap, close
the loop and have them make a bitmap, then draw/raster into it.
I have manually tested each ui case to verify that I see it in the
browser and that it is the same after (this was not easy).
BUG=671433
Review-Url: https://codereview.chromium.org/2760133002
Cr-Commit-Position: refs/heads/master@{#458447}
Committed: https://chromium.googlesource.com/chromium/src/+/4c5cfacb5d7d63b4b264c2783dfb1cbf32aacda5
Patch Set 1 #Patch Set 2 : canvasbounds: . #
Total comments: 6
Patch Set 3 : canvasbounds: nits #
Total comments: 2
Patch Set 4 : canvasbounds: ios #Patch Set 5 : canvasbounds: ashnit #Messages
Total messages: 39 (22 generated)
|