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

Unified Diff: ui/gfx/size.h

Issue 10203004: no virtual destructor for point/size/rect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comment 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/rect_f.h ('k') | ui/gfx/size_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/size.h
diff --git a/ui/gfx/size.h b/ui/gfx/size.h
index 670e67eeaebc89f311320c27775767cdea56aa83..56d56116d0468045769fcf414cb9e8f92d3a06a0 100644
--- a/ui/gfx/size.h
+++ b/ui/gfx/size.h
@@ -29,7 +29,7 @@ class UI_EXPORT Size : public SizeBase<Size, int> {
explicit Size(const CGSize& s);
#endif
- virtual ~Size();
+ ~Size();
#if defined(OS_MACOSX)
Size& operator=(const CGSize& s);
« no previous file with comments | « ui/gfx/rect_f.h ('k') | ui/gfx/size_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698