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

Unified Diff: third_party/WebKit/Source/core/css/CSSContentDistributionValue.h

Issue 2750843002: [css-align] Adapt content-alignment properties to the new baseline syntax (Closed)
Patch Set: Don't use raw pointers attributes on a GC managed class. Created 3 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
Index: third_party/WebKit/Source/core/css/CSSContentDistributionValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSContentDistributionValue.h b/third_party/WebKit/Source/core/css/CSSContentDistributionValue.h
index b818db8363ee056bcd8d19feaa024d451b66e88f..1cdd9362d46b1990cf064fd7cb8866272514c787 100644
--- a/third_party/WebKit/Source/core/css/CSSContentDistributionValue.h
+++ b/third_party/WebKit/Source/core/css/CSSContentDistributionValue.h
@@ -7,6 +7,7 @@
#include "core/css/CSSIdentifierValue.h"
#include "core/css/CSSValue.h"
+#include "core/css/CSSValuePair.h"
#include "wtf/RefPtr.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698