Chromium Code Reviews| Index: Source/core/animation/LengthBoxStyleInterpolation.h |
| diff --git a/Source/core/animation/LengthBoxStyleInterpolation.h b/Source/core/animation/LengthBoxStyleInterpolation.h |
| index 748dfc793ab32170870abdee331e2d2cf9a128b3..f2b09c9abc315b3189b54757e465799c77d3c6c6 100644 |
| --- a/Source/core/animation/LengthBoxStyleInterpolation.h |
| +++ b/Source/core/animation/LengthBoxStyleInterpolation.h |
| @@ -8,7 +8,7 @@ |
| #include "core/CoreExport.h" |
| #include "core/animation/LengthStyleInterpolation.h" |
| #include "core/css/CSSBorderImageSliceValue.h" |
| -#include "core/css/Rect.h" |
| +#include "core/css/CSSQuadValue.h" |
|
Timothy Loh
2015/08/24 03:18:04
this include looks unused anyway
sashab
2015/08/24 05:43:58
Done.
|
| namespace blink { |