| Index: Source/core/html/canvas/WebGLSharedObject.cpp
|
| diff --git a/Source/core/html/canvas/WebGLSharedObject.cpp b/Source/core/html/canvas/WebGLSharedObject.cpp
|
| index 42cc59960120952d7b6bc91909635347e9a328ba..94f1db80baf915e4366e6a0ccc0777d42fe3e826 100644
|
| --- a/Source/core/html/canvas/WebGLSharedObject.cpp
|
| +++ b/Source/core/html/canvas/WebGLSharedObject.cpp
|
| @@ -28,11 +28,11 @@
|
| #include "core/html/canvas/WebGLSharedObject.h"
|
|
|
| #include "core/html/canvas/WebGLContextGroup.h"
|
| -#include "core/html/canvas/WebGLRenderingContext.h"
|
| +#include "core/html/canvas/WebGLRenderingContextBase.h"
|
|
|
| namespace WebCore {
|
|
|
| -WebGLSharedObject::WebGLSharedObject(WebGLRenderingContext* context)
|
| +WebGLSharedObject::WebGLSharedObject(WebGLRenderingContextBase* context)
|
| : WebGLObject(context),
|
| m_contextGroup(context->contextGroup())
|
| {
|
|
|