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

Unified Diff: ui/gfx/point_f.h

Issue 10203004: no virtual destructor for point/size/rect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« ui/gfx/point.h ('K') | « ui/gfx/point_base.h ('k') | ui/gfx/rect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/point_f.h
diff --git a/ui/gfx/point_f.h b/ui/gfx/point_f.h
index 5d29c48c06fdf910ec095bbcb8b3821a8774dc92..a1fc4c9ca2eb3e3fe2cd9639d0bc05b3b7124682 100644
--- a/ui/gfx/point_f.h
+++ b/ui/gfx/point_f.h
@@ -24,7 +24,7 @@ class UI_EXPORT PointF : public PointBase<PointF, float> {
PointF();
PointF(float x, float y);
explicit PointF(Point& point);
- virtual ~PointF() {}
+ ~PointF() {}
Point ToPoint() const;
« ui/gfx/point.h ('K') | « ui/gfx/point_base.h ('k') | ui/gfx/rect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698