diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 16:56:57 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 16:56:57 +0000 |
commit | 56b9875e3dcb7b7c3a28cc0bfd50784dfcd45dc1 (patch) | |
tree | 0414f338fdc6f799c4728ed9807701a8c854fc1f /DEPS | |
parent | 03c4b49185ad1678349023ab3a70f7bb9773df7d (diff) | |
download | chromium_src-56b9875e3dcb7b7c3a28cc0bfd50784dfcd45dc1.zip chromium_src-56b9875e3dcb7b7c3a28cc0bfd50784dfcd45dc1.tar.gz chromium_src-56b9875e3dcb7b7c3a28cc0bfd50784dfcd45dc1.tar.bz2 |
Roll Skia deps to r621.
Move device capabilities from device factories to the device class itself. (Skia r618)
Cleanup: remove the Sk prefix from our device factories and inherit from SkDeviceFactory instead of SkRasterDeviceFactory (no real change).
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/4143002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64086 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", "nacl_trunk": "http://src.chromium.org/native_client/trunk", "webkit_revision": "70636", - "skia_revision": "607", + "skia_revision": "621", "chromium_git": "http://git.chromium.org/git", "swig_revision": "40423", "nacl_revision": "3365", |