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

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

Issue 721473002: Removed ScrollingCoordinator and a bunch of composited scrolling' (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cr comments 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
« no previous file with comments | « sky/engine/public/platform/WebThemeEngine.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/LinkHighlight.cpp
diff --git a/sky/engine/web/LinkHighlight.cpp b/sky/engine/web/LinkHighlight.cpp
index f5d79eb655aff3b208e0e3d22e54eb78b214cf1a..ece9cbc3a427c69354462e8232ddca169608c72b 100644
--- a/sky/engine/web/LinkHighlight.cpp
+++ b/sky/engine/web/LinkHighlight.cpp
@@ -116,9 +116,6 @@ RenderLayer* LinkHighlight::computeEnclosingCompositingLayer()
ASSERT(renderLayer->compositingState() != NotComposited);
GraphicsLayer* newGraphicsLayer = renderLayer->graphicsLayerBacking();
- if (!newGraphicsLayer->drawsContent()) {
- newGraphicsLayer = renderLayer->graphicsLayerBackingForScrolling();
- }
m_clipLayer->setTransform(SkMatrix44(SkMatrix44::kIdentity_Constructor));
« no previous file with comments | « sky/engine/public/platform/WebThemeEngine.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698