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

Unified Diff: cc/blink/web_display_item_list_impl.cc

Issue 2525453002: Raster: Allow a RasterSource to specify its color space (Closed)
Patch Set: Only set implied space when color correct rendering is disabled Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/blink/web_display_item_list_impl.h ('k') | cc/playback/display_item_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_display_item_list_impl.cc
diff --git a/cc/blink/web_display_item_list_impl.cc b/cc/blink/web_display_item_list_impl.cc
index 7ce02b44788257b1b0d50ace63dbe951058c4c02..b8cca0cd55317a6e86470a3a97e12472f3fd7742 100644
--- a/cc/blink/web_display_item_list_impl.cc
+++ b/cc/blink/web_display_item_list_impl.cc
@@ -161,6 +161,11 @@ void WebDisplayItemListImpl::setIsSuitableForGpuRasterization(bool isSuitable) {
display_item_list_->SetIsSuitableForGpuRasterization(isSuitable);
}
+void WebDisplayItemListImpl::setImpliedColorSpace(
+ const gfx::ColorSpace& implied_color_space) {
+ display_item_list_->SetImpliedColorSpace(implied_color_space);
+}
+
WebDisplayItemListImpl::~WebDisplayItemListImpl() {
}
« no previous file with comments | « cc/blink/web_display_item_list_impl.h ('k') | cc/playback/display_item_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698