| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp
|
| index c83e94b0982bb246dc82fefd9fc031f15080a2c3..c506b76a396a6a6c2526a17599125a8a964cf626 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp
|
| @@ -57,10 +57,10 @@
|
| #include "modules/webgl/WebGLDepthTexture.h"
|
| #include "modules/webgl/WebGLDrawBuffers.h"
|
| #include "modules/webgl/WebGLLoseContext.h"
|
| -#include "platform/CheckedInt.h"
|
| #include "platform/graphics/gpu/DrawingBuffer.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebGraphicsContext3DProvider.h"
|
| +#include "wtf/CheckedNumeric.h"
|
| #include <memory>
|
|
|
| namespace blink {
|
|
|