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

Unified Diff: Source/core/css/RenderStyleCSSValueMapping.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
« no previous file with comments | « Source/core/css/MediaValuesCached.cpp ('k') | Source/core/css/RenderStyleCSSValueMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/RenderStyleCSSValueMapping.h
diff --git a/Source/core/css/RenderStyleCSSValueMapping.h b/Source/core/css/RenderStyleCSSValueMapping.h
index f38a1f030d4130fa7ae684335aad7201ae5485cb..155d65d12734daa1299cd2cf3a2dc3e8a1cfcbbc 100644
--- a/Source/core/css/RenderStyleCSSValueMapping.h
+++ b/Source/core/css/RenderStyleCSSValueMapping.h
@@ -10,7 +10,7 @@
namespace blink {
class CSSPrimitiveValue;
-class RenderObject;
+class LayoutObject;
class RenderStyle;
class ShadowData;
class ShadowList;
@@ -20,7 +20,7 @@ class Node;
class RenderStyleCSSValueMapping {
public:
// FIXME: Resolve computed auto alignment in applyProperty/RenderStyle and remove this non-const styledNode parameter.
- static PassRefPtrWillBeRawPtr<CSSValue> get(CSSPropertyID, const RenderStyle&, const RenderObject* renderer = nullptr, Node* styledNode = nullptr, bool allowVisitedStyle = false);
+ static PassRefPtrWillBeRawPtr<CSSValue> get(CSSPropertyID, const RenderStyle&, const LayoutObject* renderer = nullptr, Node* styledNode = nullptr, bool allowVisitedStyle = false);
private:
static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> currentColorOrValidColor(const RenderStyle&, const StyleColor&);
static PassRefPtrWillBeRawPtr<CSSValue> valueForShadowData(const ShadowData&, const RenderStyle&, bool useSpread);
« no previous file with comments | « Source/core/css/MediaValuesCached.cpp ('k') | Source/core/css/RenderStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698