Index: ui/gl/gl_context_stub.cc |
diff --git a/ui/gl/gl_context_stub.cc b/ui/gl/gl_context_stub.cc |
index aed365923f70f5c3d167f193ece9c94070b43264..2304585bae679bad0935975218585f786a6361d9 100644 |
--- a/ui/gl/gl_context_stub.cc |
+++ b/ui/gl/gl_context_stub.cc |
@@ -13,8 +13,6 @@ bool GLContextStub::Initialize( |
return true; |
} |
-void GLContextStub::Destroy() {} |
- |
bool GLContextStub::MakeCurrent(GLSurface* surface) { |
SetCurrent(surface); |
SetRealGLApi(); |