| Index: third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp b/third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp
|
| index 8f0d5aa5dbeede3b5b4f5b8090f29f427045bf41..ee25fe76ceeb933c0df3e4c9e79e5e191cfd9479 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp
|
| @@ -6,10 +6,10 @@
|
|
|
| #include "base/metrics/histogram_macros.h"
|
| #include "platform/graphics/BitmapImageMetrics.h"
|
| +#include "platform/wtf/SpinLock.h"
|
| #include "third_party/skia/include/core/SkICC.h"
|
| #include "ui/gfx/icc_profile.h"
|
| #include "ui/gfx/skia_color_space_util.h"
|
| -#include "wtf/SpinLock.h"
|
|
|
| namespace blink {
|
|
|
|
|