| Index: third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.h b/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.h
|
| index 5afe65929efdbe281c248046a5eab8f06a72a832..14450e4ac9452f5f891c86db7c8d44544c130306 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.h
|
| @@ -14,8 +14,6 @@ class WebGLRenderingContextBase;
|
|
|
| class WebGLSharedPlatform3DObject : public WebGLSharedObject {
|
| public:
|
| - ~WebGLSharedPlatform3DObject() override;
|
| -
|
| GLuint object() const { return m_object; }
|
| void setObject(GLuint);
|
|
|
|
|