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

Unified Diff: ui/gfx/size_f.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/size_base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/size_f.h
diff --git a/ui/gfx/size_f.h b/ui/gfx/size_f.h
index 733e368c739b264670feb5b313055ca94081c807..1e4966077a2e34d85a65da11aab60d1858d65f7a 100644
--- a/ui/gfx/size_f.h
+++ b/ui/gfx/size_f.h
@@ -23,7 +23,7 @@ class UI_EXPORT SizeF : public SizeBase<SizeF, float> {
public:
SizeF();
SizeF(float width, float height);
- virtual ~SizeF();
+ ~SizeF();
Size ToSize() const;
« no previous file with comments | « ui/gfx/size_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698