| Index: third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| index 4388bddc4e8b9b5b74c0908cedd625547e3c2107..a5f0c32faf6b365f96fc0055541b4c726eb0fd87 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef Extensions3DUtil_h
|
| #define Extensions3DUtil_h
|
|
|
| +#include <memory>
|
| #include "platform/PlatformExport.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "wtf/Allocator.h"
|
| @@ -12,7 +13,6 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/text/StringHash.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
|
|