| 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..eff831939bd97b3936745b720dd2182e63d80bd9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| @@ -5,14 +5,14 @@
|
| #ifndef Extensions3DUtil_h
|
| #define Extensions3DUtil_h
|
|
|
| +#include <memory>
|
| #include "platform/PlatformExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/StringHash.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
|
|