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

Unified Diff: third_party/WebKit/public/platform/WebDisplayItemList.h

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 | « third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebDisplayItemList.h
diff --git a/third_party/WebKit/public/platform/WebDisplayItemList.h b/third_party/WebKit/public/platform/WebDisplayItemList.h
index 4270074e0b66d88a0b90819d46bc9d60849a47c6..096ff8504110fb61bcc3428c2eba3126407964e5 100644
--- a/third_party/WebKit/public/platform/WebDisplayItemList.h
+++ b/third_party/WebKit/public/platform/WebDisplayItemList.h
@@ -26,10 +26,6 @@ namespace cc {
class FilterOperations;
}
-namespace gfx {
-class ColorSpace;
-}
-
namespace blink {
// An ordered list of items representing content to be rendered (stored in
@@ -71,12 +67,6 @@ class WebDisplayItemList {
virtual void appendEndScrollItem() {}
virtual void setIsSuitableForGpuRasterization(bool isSuitable) {}
-
- // Specifies the color space that the inputs of this display list were
- // pre-converted into. If this is specified, then rasterization must not
- // perform any color correction, and the result must be interpreted as being
- // in this color space.
- virtual void setImpliedColorSpace(const gfx::ColorSpace&) {}
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698