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

Unified Diff: Source/core/rendering/compositing/CompositedLayerMapping.cpp

Issue 218053002: Friendship is not optimal. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expose usedTransparency Created 6 years, 9 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 | « Source/core/rendering/RenderLayer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/compositing/CompositedLayerMapping.cpp
diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.cpp b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
index 2fbd71487ecf85b5bf2a94febb98c7f37f1b8bc2..00baef8e6be1cc0e9e512806d81a1bee5985115f 100644
--- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp
+++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
@@ -1970,7 +1970,7 @@ void CompositedLayerMapping::doPaintTask(GraphicsLayerPaintInfo& paintInfo, Grap
paintInfo.renderLayer->paintLayer(context, paintingInfo, paintFlags);
}
- ASSERT(!paintInfo.renderLayer->m_usedTransparency);
+ ASSERT(!paintInfo.renderLayer->usedTransparency());
// Manually restore the context to its original state by applying the opposite translation.
context->translate(offset);
« no previous file with comments | « Source/core/rendering/RenderLayer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698