diff options
author | iposva@chromium.org <iposva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-20 22:13:44 +0000 |
---|---|---|
committer | iposva@chromium.org <iposva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-20 22:13:44 +0000 |
commit | 604928690e0fdfb4fcdad80b9be3171e7a542fc4 (patch) | |
tree | 04ae5df82e88d0dab72b56df03dfe8cc07492cb0 /DEPS | |
parent | 157fd8520278f8509d6e5a6f0554716fa246ed5a (diff) | |
download | chromium_src-604928690e0fdfb4fcdad80b9be3171e7a542fc4.zip chromium_src-604928690e0fdfb4fcdad80b9be3171e7a542fc4.tar.gz chromium_src-604928690e0fdfb4fcdad80b9be3171e7a542fc4.tar.bz2 |
Fix for bug 6100:
- Introduce a CanvasPixelArray to serve as the holder for the ImageData
pixel array of a canvas element.
This is the V8-specific change.
Review URL: http://codereview.chromium.org/18180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@167", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@8312", + "/trunk/deps/third_party/WebKit@8326", "src/third_party/icu38": "/trunk/deps/third_party/icu38@7525", |