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

Unified Diff: WebCore/rendering/RenderLayer.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/css/StyleBuilder.cpp ('k') | WebCore/rendering/RenderLayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/rendering/RenderLayer.h
===================================================================
--- WebCore/rendering/RenderLayer.h (revision 148420)
+++ WebCore/rendering/RenderLayer.h (working copy)
@@ -471,9 +471,7 @@
void updateTransform();
-#if ENABLE(CSS_COMPOSITING)
void updateBlendMode();
-#endif
const LayoutSize& paintOffset() const { return m_paintOffset; }
@@ -734,11 +732,7 @@
bool hasFilter() const { return false; }
#endif
-#if ENABLE(CSS_COMPOSITING)
bool hasBlendMode() const { return renderer()->hasBlendMode(); }
-#else
- bool hasBlendMode() const { return false; }
-#endif
// Overloaded new operator. Derived classes must override operator new
// in order to allocate out of the RenderArena.
@@ -1187,9 +1181,7 @@
bool m_hasFilterInfo : 1;
#endif
-#if ENABLE(CSS_COMPOSITING)
BlendMode m_blendMode;
-#endif
RenderLayerModelObject* m_renderer;
« no previous file with comments | « WebCore/css/StyleBuilder.cpp ('k') | WebCore/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698