| Index: third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp b/third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp
|
| index 8460ab13b97cccac34c28380b660f51d6a1cd180..c351f163099ce85d4081eafc463d871b9caab8be 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp
|
| @@ -4,13 +4,11 @@
|
|
|
| #include "platform/graphics/gpu/SharedContextRateLimiter.h"
|
|
|
| +#include "gpu/GLES2/gl2extchromium.h"
|
| #include "platform/graphics/gpu/Extensions3DUtil.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebGraphicsContext3DProvider.h"
|
| -
|
| -#ifndef GL_COMMANDS_COMPLETED_CHROMIUM
|
| -#define GL_COMMANDS_COMPLETED_CHROMIUM 0x84F7
|
| -#endif
|
| +#include "third_party/khronos/GLES2/gl2.h"
|
|
|
| namespace blink {
|
|
|
|
|