Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1281)

Unified Diff: ui/gfx/gl/gl_surface_stub.cc

Issue 10067034: RefCounted types should not have public destructors, printing/ and ui/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/gl/gl_surface_stub.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/gfx/gl/gl_surface_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698