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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h

Issue 2712083002: color: Remove blink pre-conversion code (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
Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
index 7934c335ce370e5b347f5e2c3021eadb5bce80a4..dc5e176dfc44282a6b7071566c8f74a5cd2910a5 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -281,8 +281,6 @@ class PLATFORM_EXPORT GraphicsLayer : public cc::LayerClient,
void setPreferredRasterBounds(const IntSize&);
void clearPreferredRasterBounds();
- const ColorBehavior& colorBehavior() const { return m_colorBehavior; }
-
protected:
String debugName(cc::Layer*) const;
bool shouldFlattenTransform() const { return m_shouldFlattenTransform; }
@@ -397,8 +395,6 @@ class PLATFORM_EXPORT GraphicsLayer : public cc::LayerClient,
std::unique_ptr<PaintController> m_paintController;
- ColorBehavior m_colorBehavior;
-
IntRect m_previousInterestRect;
IntSize m_preferredRasterBounds;
bool m_hasPreferredRasterBounds;

Powered by Google App Engine
This is Rietveld 408576698