|
Use consistent types for ICC profiles
In Blink we convert from a gfx::ICCProfile to a raw vector of data.
Stop doing this, and, instead, pass the gfx::ICCProfile (or its gfx::ColorSpace
or SkColorSpace, as appropriate).
Merge several locations where we store ICC profiles for testing
into ui/gfx/test/icc_profiles.
BUG= 634102
TBR=esprehn
Committed: https://crrev.com/0b283e725b6489c7be426f1958419d19e8b348b7
Cr-Commit-Position: refs/heads/master@{#441004}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+286 lines, -1013 lines) |
Patch |
|
M |
content/renderer/render_view_impl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_view_impl.cc
|
View
|
1
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_widget.h
|
View
|
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_widget.cc
|
View
|
|
3 chunks |
+4 lines, -17 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_widget_owner_delegate.h
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/test/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/test/layouttest_support.cc
|
View
|
1
|
3 chunks |
+6 lines, -544 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/platform/graphics/ColorBehavior.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp
|
View
|
1
2
|
2 chunks |
+6 lines, -5 lines |
3 comments
|
Download
|
|
M |
third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
View
|
1
|
3 chunks |
+4 lines, -59 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/WebViewImpl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/WebViewImpl.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/public/web/WebView.h
|
View
|
1
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
ui/gfx/BUILD.gn
|
View
|
1
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
ui/gfx/color_space.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ui/gfx/color_space.cc
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
ui/gfx/color_transform_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
ui/gfx/icc_profile_unittest.h
|
View
|
1
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
ui/gfx/icc_profile_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -308 lines |
0 comments
|
Download
|
|
A + |
ui/gfx/test/icc_profiles.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
A + |
ui/gfx/test/icc_profiles.cc
|
View
|
1
|
2 chunks |
+229 lines, -39 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 36 (23 generated)
|