summaryrefslogtreecommitdiffstats
path: root/ui/gfx/size.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-24 14:43:54 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-24 14:43:54 +0000
commite6c45ed9f9a73fea5f7b2c69ab108b6a024208d2 (patch)
tree511dc06be5c8ec0cdb1de3cd1d948c23c28ce739 /ui/gfx/size.h
parent7cc9e9f7f247ed853dc75cf8a1c3e508b745efec (diff)
downloadchromium_src-e6c45ed9f9a73fea5f7b2c69ab108b6a024208d2.zip
chromium_src-e6c45ed9f9a73fea5f7b2c69ab108b6a024208d2.tar.gz
chromium_src-e6c45ed9f9a73fea5f7b2c69ab108b6a024208d2.tar.bz2
Simplify some calls to gfx::Rect by using its gfx::Size ctor.
BUG=100898 R=pkasting@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9453015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/size.h')
-rw-r--r--ui/gfx/size.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/size.h b/ui/gfx/size.h
index 8e54360..5e288fe 100644
--- a/ui/gfx/size.h
+++ b/ui/gfx/size.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -28,7 +28,7 @@ class UI_EXPORT Size {
explicit Size(const CGSize& s);
#endif
- ~Size() {}
+ ~Size();
#if defined(OS_MACOSX)
Size& operator=(const CGSize& s);