summaryrefslogtreecommitdiffstats
path: root/ui/gfx/point_base.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
| | | | | | | | | For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
* Noone should use base class, so it's safe to remove virtual destructors for ↵oshima@chromium.org2012-04-241-1/+3
| | | | | | | | | | | | point/size/rect BUG=none TEST=none Review URL: http://codereview.chromium.org/10203004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133795 0039d316-1c4b-4281-b951-d872f2087c98
* - Add temporary support for High Density Incompatible mode (scale to 2x) to ↵oshima@chromium.org2012-04-121-0/+9
| | | | | | | | | | | | | | | | | NativeWidgetAura. This allow us to work on making views HD compatible while I'm working on aura side. Conversion code will be removed once Aura supports scaling factor. - Add scaleing method to point/size - Add set_device_scale_factor that I missed. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10068005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132002 0039d316-1c4b-4281-b951-d872f2087c98
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-0/+83
| | | | | | | | | BUG=114664 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=131737 Review URL: https://chromiumcodereview.appspot.com/10014027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131764 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r131737 "Use template for Point/Size/Rect and remove duplicates "oshima@chromium.org2012-04-111-83/+0
| | | | | | | | | | | TBR=oshima@chromium.org BUG=114664 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=131737 Review URL: https://chromiumcodereview.appspot.com/10020034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131738 0039d316-1c4b-4281-b951-d872f2087c98
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-0/+83
BUG=114664 TEST=none Review URL: https://chromiumcodereview.appspot.com/10014027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131737 0039d316-1c4b-4281-b951-d872f2087c98