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

Unified Diff: third_party/WebKit/Source/core/style/StyleSurroundData.h

Issue 2259963002: [layoutng] Margin support, part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheck Created 4 years, 4 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 | « third_party/WebKit/Source/core/layout/ng/ng_margin_strut.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/StyleSurroundData.h
diff --git a/third_party/WebKit/Source/core/style/StyleSurroundData.h b/third_party/WebKit/Source/core/style/StyleSurroundData.h
index a060f9a63597b3468dc92b0bd9248c72c87812d8..016ae5055972a675b6fe36333c924de0cb24dc3c 100644
--- a/third_party/WebKit/Source/core/style/StyleSurroundData.h
+++ b/third_party/WebKit/Source/core/style/StyleSurroundData.h
@@ -35,7 +35,7 @@ namespace blink {
// TODO(sashab): Move this into a private class on ComputedStyle, and remove
// all methods on it, merging them into copy/creation methods on ComputedStyle
// instead. Keep the allocation logic, only allocating a new object if needed.
-class StyleSurroundData : public RefCounted<StyleSurroundData> {
+class CORE_EXPORT StyleSurroundData : public RefCounted<StyleSurroundData> {
public:
static PassRefPtr<StyleSurroundData> create() { return adoptRef(new StyleSurroundData); }
PassRefPtr<StyleSurroundData> copy() const { return adoptRef(new StyleSurroundData(*this)); }
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_margin_strut.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698