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 /webkit/build/port | |
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 'webkit/build/port')
-rw-r--r-- | webkit/build/port/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/build/port/SConscript b/webkit/build/port/SConscript index e5ccc14..e380b3e 100644 --- a/webkit/build/port/SConscript +++ b/webkit/build/port/SConscript @@ -150,6 +150,7 @@ else: idl_files = [ + 'bindings/v8/CanvasPixelArray.idl', 'bindings/v8/UndetectableHTMLCollection.idl', 'css/Counter.idl', |