diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-04 23:29:06 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-04 23:29:06 +0000 |
commit | 2a1d6d91c755f42a4b15f4c64f7ffeddb38e8fdf (patch) | |
tree | 76f2667611cd906a5eda052d8c59ec5979bc387e /ppapi/shared_impl | |
parent | 1098044ebaddc4b637b043e7e6654f33969fef67 (diff) | |
download | chromium_src-2a1d6d91c755f42a4b15f4c64f7ffeddb38e8fdf.zip chromium_src-2a1d6d91c755f42a4b15f4c64f7ffeddb38e8fdf.tar.gz chromium_src-2a1d6d91c755f42a4b15f4c64f7ffeddb38e8fdf.tar.bz2 |
Regularize how ImageData and Graphics2D are created.
These objects were created differently than any other resoures. This cleans
them up to behave like the other resources.
BUG=
TEST=
Review URL: http://codereview.chromium.org/8790009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl')
-rw-r--r-- | ppapi/shared_impl/api_id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/shared_impl/api_id.h b/ppapi/shared_impl/api_id.h index 5da4b04..c8c9362 100644 --- a/ppapi/shared_impl/api_id.h +++ b/ppapi/shared_impl/api_id.h @@ -32,6 +32,7 @@ enum ApiID { API_ID_PPB_FONT, API_ID_PPB_GRAPHICS_2D, API_ID_PPB_GRAPHICS_3D, + API_ID_PPB_IMAGE_DATA, API_ID_PPB_INSTANCE, API_ID_PPB_INSTANCE_PRIVATE, API_ID_PPB_OPENGLES2, |