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

Unified Diff: Source/core/layout/LayerStackingNode.h

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (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/LayerScrollableArea.cpp ('k') | Source/core/layout/LayoutBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayerStackingNode.h
diff --git a/Source/core/layout/LayerStackingNode.h b/Source/core/layout/LayerStackingNode.h
index 91d02b3fb870b65f3da38e1d8d24706ccf845a93..c297cb9674da1620fc611e4de340dbead25a80f4 100644
--- a/Source/core/layout/LayerStackingNode.h
+++ b/Source/core/layout/LayerStackingNode.h
@@ -140,7 +140,7 @@ private:
bool isDirtyStackingContext() const { return m_zOrderListsDirty && isStackingContext(); }
LayerCompositor* compositor() const;
- // We can't return a RenderBox as RenderInline can be a stacking context.
+ // We can't return a LayoutBox as RenderInline can be a stacking context.
LayoutBoxModelObject* renderer() const;
Layer* m_layer;
« no previous file with comments | « Source/core/layout/LayerScrollableArea.cpp ('k') | Source/core/layout/LayoutBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698