| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index 1bef3d692014ce44db6f4c819d86b0c49551ad3c..3b257bac34f4bd74fe3639b9505a56f7decd93e1 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -72,6 +72,8 @@
|
|
|
| namespace blink {
|
|
|
| +using namespace cssvalue;
|
| +
|
| inline static bool isFlexOrGrid(const ComputedStyle* style) {
|
| return style && style->isDisplayFlexibleOrGridBox();
|
| }
|
|
|