Index: third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h |
diff --git a/third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h b/third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h |
index c828d27ba2edbd0ad28c23b4dd83492c24217d3f..14cde23a3889c19cec0d16a4fb11e646bf1461db 100644 |
--- a/third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h |
+++ b/third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h |
@@ -98,8 +98,6 @@ public: |
virtual void enableVertexAttribArray(WGC3Duint index) { } |
virtual void finish() { } |
virtual void flush() { } |
- virtual void framebufferRenderbuffer(WGC3Denum target, WGC3Denum attachment, WGC3Denum renderbuffertarget, WebGLId renderbuffer) { } |
- virtual void framebufferTexture2D(WGC3Denum target, WGC3Denum attachment, WGC3Denum textarget, WebGLId texture, WGC3Dint level) { } |
virtual void frontFace(WGC3Denum mode) { } |
virtual void generateMipmap(WGC3Denum target) { } |