summaryrefslogtreecommitdiffstats
path: root/gfx/size.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix a change that has been checked in by mistake in r52157oshima@chromium.org2010-08-311-2/+2
| | | | | | | | | | | | | Looks like I checked in a change that I was playing in other git branch by accident when I disabled a tests in CL 2895012 (r52157) This fixes a log message so that it print the width/height when crashed. BUG=none TEST=none Review URL: http://codereview.chromium.org/3216002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58026 0039d316-1c4b-4281-b951-d872f2087c98
* Remove <iostream> where possible.erg@google.com2010-07-201-1/+1
| | | | | | | | | | | | | <iostream> creates a static initializer. Most people don't need <iostream> anyway--they really need <ostream> for operator<< overloads. <iostream> should *never* be included in a header file; <iosfwd> exists for that purpose. BUG=none TEST=none Review URL: http://codereview.chromium.org/3014015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53083 0039d316-1c4b-4281-b951-d872f2087c98
* Disablging failing ui tests: RestoreWindow and RestoreWindowAndTaboshima@chromium.org2010-07-131-2/+2
| | | | | | | | | | TBR=sky@chromium.org BUG=48911 TEST=none Review URL: http://codereview.chromium.org/2895012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52157 0039d316-1c4b-4281-b951-d872f2087c98
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-0/+70
TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41559 0039d316-1c4b-4281-b951-d872f2087c98