| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| index 488de205111ea77ac6f7714a6ede30a740ba9e63..a44859dd766f90b69a3db73786e705da888c554b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -77,11 +77,11 @@
|
| #include "platform/graphics/paint/PaintCanvas.h"
|
| #include "platform/image-encoders/ImageEncoderUtils.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| +#include "platform/wtf/CheckedNumeric.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/CheckedNumeric.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|