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

Unified Diff: ui/gfx/rect.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_f.h ('k') | ui/gfx/rect_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/rect.h
diff --git a/ui/gfx/rect.h b/ui/gfx/rect.h
index 804754b7261e1df1621c3317814847b3c73a6a9a..d1ffb70b12c9f392fa092d5f9f6525ef66310563 100644
--- a/ui/gfx/rect.h
+++ b/ui/gfx/rect.h
@@ -44,7 +44,7 @@ class UI_EXPORT Rect : public RectBase<Rect, Point, Size, Insets, int> {
explicit Rect(const gfx::Size& size);
Rect(const gfx::Point& origin, const gfx::Size& size);
- virtual ~Rect();
+ ~Rect();
#if defined(OS_WIN)
Rect& operator=(const RECT& r);
« ui/gfx/point.h ('K') | « ui/gfx/point_f.h ('k') | ui/gfx/rect_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698