Index: ui/gl/gl_image_stub.cc |
diff --git a/ui/gl/gl_image_stub.cc b/ui/gl/gl_image_stub.cc |
index d789ce50e68fa9b26fbb0bb5b9c92d04261393de..ddfaef3291786917da91eb8d23c5a7bbb3891190 100644 |
--- a/ui/gl/gl_image_stub.cc |
+++ b/ui/gl/gl_image_stub.cc |
@@ -8,7 +8,8 @@ namespace gfx { |
GLImageStub::GLImageStub() {} |
-GLImageStub::~GLImageStub() { Destroy(); } |
+GLImageStub::~GLImageStub() { |
+} |
reveman
2014/05/31 05:05:06
I know that cl format now use this style but I don
sohanjg
2014/06/02 13:59:42
Done.
|
gfx::Size GLImageStub::GetSize() { return gfx::Size(1, 1); } |