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

Unified Diff: cc/blink/web_display_item_list_impl.cc

Issue 2702633002: color: Remove implied color space (Closed)
Patch Set: Rebase Created 3 years, 10 months 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 52a5a058c7403848762fe37a352e89912c8c3005..8dc3e0647755b0520ebfc8bd61779deed32ebf08 100644
--- a/cc/blink/web_display_item_list_impl.cc
+++ b/cc/blink/web_display_item_list_impl.cc
@@ -151,11 +151,6 @@ 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