Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.cpp |
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.cpp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2cc5f28a4e66e28f364c56d2987d0d02365b6baa |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.cpp |
| @@ -0,0 +1,6 @@ |
| + |
| +#include "core/css/cssom/CSSStyleVariableReferenceValue.h" |
| + |
| +namespace blink { |
| + |
| +} |
|
meade_UTC10
2016/07/06 05:40:11
Let's just not add this file until it's needed.
|