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

Unified Diff: sky/engine/web/LinkHighlight.cpp

Issue 768493002: Get rid of CompositingState. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix incorrect case. Created 6 years, 1 month 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: sky/engine/web/LinkHighlight.cpp
diff --git a/sky/engine/web/LinkHighlight.cpp b/sky/engine/web/LinkHighlight.cpp
index c2258bb7f8283e4eaf25d5095345f6965b8e7618..10498414a0a72ddffeaf48fe0cffccdac3630ee8 100644
--- a/sky/engine/web/LinkHighlight.cpp
+++ b/sky/engine/web/LinkHighlight.cpp
@@ -112,8 +112,6 @@ RenderLayer* LinkHighlight::computeEnclosingCompositingLayer()
RenderObject* renderer = m_node->renderer();
RenderLayer* renderLayer = renderer->enclosingLayer()->enclosingLayerForPaintInvalidation();
- ASSERT(renderLayer->compositingState() != NotComposited);
-
GraphicsLayer* newGraphicsLayer = renderLayer->graphicsLayerBacking();
m_clipLayer->setTransform(SkMatrix44(SkMatrix44::kIdentity_Constructor));

Powered by Google App Engine
This is Rietveld 408576698