| Index: Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.cpp b/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| index 22359669726dadfa231191485111f99f1fd5f55f..6b38295ccb41978fa980d4ee6e993d45013ad8ba 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| @@ -26,7 +26,6 @@
|
| #include "config.h"
|
| #include "core/html/canvas/WebGLRenderingContextBase.h"
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "bindings/v8/ExceptionMessages.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -76,6 +75,7 @@
|
| #include "core/rendering/RenderBox.h"
|
| #include "platform/CheckedInt.h"
|
| #include "platform/NotImplemented.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/UnacceleratedImageBufferSurface.h"
|
|
|