| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| index d2e25128ac7772c8c9745be734316a470ceae592..0b5af1f6f41bd8df8e823fe2ff9fdd0e4b56ca28 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -25,6 +25,10 @@
|
|
|
| #include "platform/graphics/GraphicsLayer.h"
|
|
|
| +#include <algorithm>
|
| +#include <cmath>
|
| +#include <memory>
|
| +#include <utility>
|
| #include "SkImageFilter.h"
|
| #include "SkMatrix44.h"
|
| #include "base/trace_event/trace_event_argument.h"
|
| @@ -61,10 +65,6 @@
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/text/StringUTF8Adaptor.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <algorithm>
|
| -#include <cmath>
|
| -#include <memory>
|
| -#include <utility>
|
|
|
| #ifndef NDEBUG
|
| #include <stdio.h>
|
|
|