summaryrefslogtreecommitdiffstats
path: root/webkit/support/webkit_support_gfx.h
Commit message (Collapse)AuthorAgeFilesLines
* Add the ability to write comments to PNGCodec::Encode.tony@chromium.org2011-03-281-9/+31
| | | | | | | | | I'm going to use this to write layout test checksums to the expected png files. Review URL: http://codereview.chromium.org/6696085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79592 0039d316-1c4b-4281-b951-d872f2087c98
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
| | | | | | | | | BUG=71063 TEST=compiled Review URL: http://codereview.chromium.org/6312156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73890 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a warning.tkent@chromium.org2010-09-131-1/+1
| | | | | | | | | | > webkit_support_gfx.h:41:8: warning: extra tokens at end of #endif directive BUG=none TEST=none Review URL: http://codereview.chromium.org/3303026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59307 0039d316-1c4b-4281-b951-d872f2087c98
* webkit_support:tkent@chromium.org2010-09-101-0/+41
- Introduce webkit_support_gfx.h, which has wrappers of gfx::PNGCodec It is used by ImageDiff.cpp and TestShell.cpp - Include base/string16.h in webkit_support.h This makes moving base/string16.h in Chromium tree easier. - Remove unused functions. BUG=none TEST=none Review URL: http://codereview.chromium.org/3336013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59033 0039d316-1c4b-4281-b951-d872f2087c98