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

Unified Diff: WebCore/rendering/RenderLayerBacking.h

Issue 14295007: Remove the CSS_COMPOSITING define, the CSS blending and compositing (Closed) Base URL: http://src.chromium.org/blink/trunk/Source/
Patch Set: Created 7 years, 8 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 | « WebCore/rendering/RenderLayer.cpp ('k') | WebCore/rendering/RenderLayerBacking.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/rendering/RenderLayerBacking.h
===================================================================
--- WebCore/rendering/RenderLayerBacking.h (revision 148420)
+++ WebCore/rendering/RenderLayerBacking.h (working copy)
@@ -177,9 +177,7 @@
// Return an estimate of the backing store area (in pixels) allocated by this object's GraphicsLayers.
double backingStoreMemoryEstimate() const;
-#if ENABLE(CSS_COMPOSITING)
void setBlendMode(BlendMode);
-#endif
void reportMemoryUsage(MemoryObjectInfo*) const;
private:
@@ -218,9 +216,7 @@
void updateOpacity(const RenderStyle*);
void updateTransform(const RenderStyle*);
-#if ENABLE(CSS_COMPOSITING)
void updateLayerBlendMode(const RenderStyle*);
-#endif
// Return the opacity value that this layer should use for compositing.
float compositingOpacity(float rendererOpacity) const;
« no previous file with comments | « WebCore/rendering/RenderLayer.cpp ('k') | WebCore/rendering/RenderLayerBacking.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698