| Index: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
|
| index e83777a8c0872007799e93ddc37fecad8989c99f..224e4f679b6efe6573577bd8d76e19cd757c5d42 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
|
| @@ -4,7 +4,8 @@
|
|
|
| #include "modules/webgl/WebGL2RenderingContext.h"
|
|
|
| -#include "bindings/modules/v8/UnionTypesModules.h"
|
| +#include "bindings/modules/v8/OffscreenCanvasRenderingContext2DOrWebGLRenderingContextOrWebGL2RenderingContext.h"
|
| +#include "bindings/modules/v8/RenderingContext.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/loader/FrameLoader.h"
|
|
|