| 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 3b35cbc023c876af045368915c7437c848b149ef..1013917c66ee4b30155dd025298aec0264f6dc26 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "platform/graphics/gpu/SharedContextRateLimiter.h"
|
|
|
| +#include <memory>
|
| #include "gpu/GLES2/gl2extchromium.h"
|
| #include "platform/graphics/gpu/Extensions3DUtil.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebGraphicsContext3DProvider.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|