| Index: Source/modules/webgl/CHROMIUMSubscribeUniform.h
|
| diff --git a/Source/modules/webgl/CHROMIUMSubscribeUniform.h b/Source/modules/webgl/CHROMIUMSubscribeUniform.h
|
| index 9f15bb3832e4f8f41a148d787cc0e98a2853690e..4a834ee078d97e9abda13b83cf645559ab19cad6 100644
|
| --- a/Source/modules/webgl/CHROMIUMSubscribeUniform.h
|
| +++ b/Source/modules/webgl/CHROMIUMSubscribeUniform.h
|
| @@ -19,8 +19,8 @@ public:
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
| - virtual ~CHROMIUMSubscribeUniform();
|
| - virtual WebGLExtensionName name() const override;
|
| + ~CHROMIUMSubscribeUniform() override;
|
| + WebGLExtensionName name() const override;
|
|
|
| PassRefPtrWillBeRawPtr<CHROMIUMValuebuffer> createValuebufferCHROMIUM();
|
| void deleteValuebufferCHROMIUM(CHROMIUMValuebuffer*);
|
|
|