| Index: third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| index 308abd865a1e7993025d87f5004867b6a871c414..e54dd68ed09b459be4a45ec16f05e405225fb105 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| @@ -14,9 +14,9 @@
|
| #include "core/html/ImageData.h"
|
| #include "core/loader/resource/ImageResourceContent.h"
|
| #include "platform/graphics/Image.h"
|
| +#include "platform/wtf/CheckedNumeric.h"
|
| #include "third_party/skia/include/core/SkImage.h"
|
| #include "third_party/skia/include/core/SkImageInfo.h"
|
| -#include "wtf/CheckedNumeric.h"
|
|
|
| namespace blink {
|
|
|
|
|