Index: ui/gfx/gl/gl_surface_stub.cc |
diff --git a/ui/gfx/gl/gl_surface_stub.cc b/ui/gfx/gl/gl_surface_stub.cc |
index bdea1bdf49f51ca171331761145bbe5f1d14a9c2..028913bf0e127729fa18e6218139534ae0909a49 100644 |
--- a/ui/gfx/gl/gl_surface_stub.cc |
+++ b/ui/gfx/gl/gl_surface_stub.cc |
@@ -6,9 +6,6 @@ |
namespace gfx { |
-GLSurfaceStub::~GLSurfaceStub() { |
-} |
- |
void GLSurfaceStub::Destroy() { |
} |
@@ -28,4 +25,6 @@ void* GLSurfaceStub::GetHandle() { |
return NULL; |
} |
+GLSurfaceStub::~GLSurfaceStub() {} |
+ |
} // namespace gfx |