Chromium Code Reviews| Index: Source/platform/graphics/filters/SpotLightSource.h |
| diff --git a/Source/platform/graphics/filters/SpotLightSource.h b/Source/platform/graphics/filters/SpotLightSource.h |
| index c62324b56f0d881cc1dbdac869577a823e580c1f..0e5c7cecd91b1275da6078d96db598d1a276da98 100644 |
| --- a/Source/platform/graphics/filters/SpotLightSource.h |
| +++ b/Source/platform/graphics/filters/SpotLightSource.h |
| @@ -24,6 +24,7 @@ |
| #define SpotLightSource_h |
| #include "platform/graphics/filters/LightSource.h" |
| +#include <algorithm> // For std::min/std::max |
|
Nico
2015/04/16 21:16:55
remove comment
|
| namespace blink { |