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

Unified Diff: Source/core/layout/style/StyleBackgroundData.h

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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/style/ShapeValue.h ('k') | Source/core/layout/style/StyleBackgroundData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/style/StyleBackgroundData.h
diff --git a/Source/core/layout/style/StyleBackgroundData.h b/Source/core/layout/style/StyleBackgroundData.h
index 2d4f0ce03d4fa731deed08fc1cb5cd514852fc13..84d6b3f8e60bde984aa4aaa4ece789f7f2438535 100644
--- a/Source/core/layout/style/StyleBackgroundData.h
+++ b/Source/core/layout/style/StyleBackgroundData.h
@@ -52,7 +52,7 @@ public:
const OutlineValue& outline() const { return m_outline; }
private:
- friend class LayoutStyle;
+ friend class ComputedStyle;
StyleBackgroundData();
StyleBackgroundData(const StyleBackgroundData&);
« no previous file with comments | « Source/core/layout/style/ShapeValue.h ('k') | Source/core/layout/style/StyleBackgroundData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698