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

Unified Diff: Source/core/layout/style/OutlineValue.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/LineClampValue.h ('k') | Source/core/layout/style/SVGComputedStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/style/OutlineValue.h
diff --git a/Source/core/layout/style/OutlineValue.h b/Source/core/layout/style/OutlineValue.h
index 90789a4d306d9076cf9ec2bbcabfde8a50abeaec..d52b13b7a12580b6668f65b3bc8a2fcde18247d0 100644
--- a/Source/core/layout/style/OutlineValue.h
+++ b/Source/core/layout/style/OutlineValue.h
@@ -30,7 +30,7 @@
namespace blink {
class OutlineValue : public BorderValue {
-friend class LayoutStyle;
+friend class ComputedStyle;
public:
OutlineValue()
: m_offset(0)
« no previous file with comments | « Source/core/layout/style/LineClampValue.h ('k') | Source/core/layout/style/SVGComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698