| Index: third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
|
| index f4dfa01a9c64ae001fa632dbaa6143cf158e2704..c2533077d07dcaf0723ae2a75ed3aaf65954a15c 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
|
| @@ -48,7 +48,6 @@ class WebGLSharedObject : public WebGLObject {
|
| virtual bool IsShader() const { return false; }
|
| virtual bool IsSync() const { return false; }
|
| virtual bool IsTexture() const { return false; }
|
| - virtual bool IsTransformFeedback() const { return false; }
|
|
|
| bool Validate(const WebGLContextGroup* context_group,
|
| const WebGLRenderingContextBase*) const final;
|
|
|