Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1035)

Issue 2845193002: Refactor ImageBitmap constructor from ImageData to be color managed

Created:
3 years, 7 months ago by zakerinasab
Modified:
3 years, 6 months ago
Reviewers:
CC:
chromium-reviews, dshwang, ajuma+watch-canvas_chromium.org, blink-reviews-html_chromium.org, Justin Novosad, haraken, dglazkov+blink, Rik, blink-reviews, blink-reviews-frames_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor ImageBitmap constructor from ImageData to be color managed ImageBitmap constructor from ImageData does not correctly handle canvasColorSpace attribute passed in ImageBitmapOptions. This CL refactors this constructor to fix this. BUG=714649

Patch Set 1 : Adding ImageData::MakeSubset and some testing #

Patch Set 2 : ImageData::CopyRect() + ImageBitmap(ImageData*) non-premultiply case #

Patch Set 3 : Rebaseline #

Patch Set 4 : local commit - all working except unpremultiply #

Unified diffs Side-by-side diffs Delta from patch set Stats (+402 lines, -470 lines) Patch
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage.html View 1 2 3 5 chunks +26 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-expected.txt View 1 2 3 25 chunks +100 lines, -140 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-out-of-bounds-src.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-recursive.html View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-resize.html View 1 2 3 1 chunk +0 lines, -36 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/webgl/resources/tex-image-and-sub-image-image-bitmap-utils.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmap.cpp View 1 2 3 22 chunks +211 lines, -238 lines 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp View 1 2 3 3 chunks +37 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/html/ImageData.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/ImageData.cpp View 1 2 3 2 chunks +18 lines, -6 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698