Index: Source/core/html/canvas/WebGLSampler.h |
diff --git a/Source/core/html/canvas/WebGLSampler.h b/Source/core/html/canvas/WebGLSampler.h |
index 4eee582679abdc0a188700983aeb13adab3841cf..6b4a671ad9e4a3b441d922d168ddad720e8b5987 100644 |
--- a/Source/core/html/canvas/WebGLSampler.h |
+++ b/Source/core/html/canvas/WebGLSampler.h |
@@ -22,7 +22,7 @@ public: |
protected: |
explicit WebGLSampler(WebGL2RenderingContextBase*); |
- void deleteObjectImpl(blink::WebGraphicsContext3D*) override; |
+ void deleteObjectImpl(WebGraphicsContext3D*) override; |
private: |
bool isSampler() const override { return true; } |