| Index: third_party/WebKit/Source/modules/ModulesInitializer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/ModulesInitializer.cpp b/third_party/WebKit/Source/modules/ModulesInitializer.cpp
|
| index 4024c17c591f68705c5e43863fb5192daafa0e92..6c6943020eeb1a16233c823279bec376cf663bec 100644
|
| --- a/third_party/WebKit/Source/modules/ModulesInitializer.cpp
|
| +++ b/third_party/WebKit/Source/modules/ModulesInitializer.cpp
|
| @@ -55,6 +55,7 @@ void ModulesInitializer::initialize()
|
|
|
| // OffscreenCanvas context types must be registered with the OffscreenCanvas.
|
| OffscreenCanvas::registerRenderingContextFactory(adoptPtr(new OffscreenCanvasRenderingContext2D::Factory()));
|
| + OffscreenCanvas::registerRenderingContextFactory(adoptPtr(new WebGLRenderingContext::Factory()));
|
|
|
| ASSERT(isInitialized());
|
| }
|
|
|