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

Unified Diff: Source/core/css/CSSComputedStyleDeclaration.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (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
Index: Source/core/css/CSSComputedStyleDeclaration.h
diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
index aab5678c1ed385743eeeeb53ca66fc43fbd7e085..1843d61d180113bb150bca1ba4bdf60ab41da673 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.h
+++ b/Source/core/css/CSSComputedStyleDeclaration.h
@@ -37,7 +37,7 @@ class CSSValueList;
class ExceptionState;
class MutableStylePropertySet;
class Node;
-class RenderObject;
+class LayoutObject;
class RenderStyle;
class ShadowData;
class ShadowList;

Powered by Google App Engine
This is Rietveld 408576698