| Index: Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| diff --git a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| index 9efd5b1a2c23c301eb7031367495a288c38a7f80..383e30d657f7999e416da1ed5a3667eb736db19b 100644
|
| --- a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| +++ b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| @@ -95,9 +95,9 @@ public:
|
| private:
|
| WebGLVertexArrayObjectOES(WebGLRenderingContextBase*, VaoType);
|
|
|
| - void dispatchDetached(blink::WebGraphicsContext3D*);
|
| + void dispatchDetached(WebGraphicsContext3D*);
|
| bool hasObject() const override { return m_object != 0; }
|
| - void deleteObjectImpl(blink::WebGraphicsContext3D*) override;
|
| + void deleteObjectImpl(WebGraphicsContext3D*) override;
|
|
|
| Platform3DObject m_object;
|
|
|
|
|