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

Unified Diff: Source/core/layout/compositing/CompositingRequirementsUpdater.cpp

Issue 922423002: Move rendering/RenderTextControl* to layout/LayoutTextControl* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/layout/LayoutTextControlSingleLine.cpp ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/compositing/CompositingRequirementsUpdater.cpp
diff --git a/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp b/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp
index 77ff598004e54ebb1020afb9e2c34bafd0d7fe30..18ca44016dc8c71a8bac186751ba4f61c262390c 100644
--- a/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp
+++ b/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp
@@ -162,7 +162,7 @@ static CompositingReasons subtreeReasonsForCompositing(Layer* layer, bool hasCom
}
// FIXME: This should move into CompositingReasonFinder::potentialCompositingReasonsFromStyle, but
- // theres a poor interaction with RenderTextControlSingleLine, which sets this hasOverflowClip directly.
+ // theres a poor interaction with LayoutTextControlSingleLine, which sets this hasOverflowClip directly.
if (layer->renderer()->hasClipOrOverflowClip())
subtreeReasons |= CompositingReasonClipsCompositingDescendants;
}
« no previous file with comments | « Source/core/layout/LayoutTextControlSingleLine.cpp ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698