summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/ppb_graphics_3d_thunk.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-02 18:58:58 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-02 18:58:58 +0000
commite94cd2e516991ce237d574036b5b8a32cd94e8b1 (patch)
tree51367100a31c887582bd1470426bb533a473d12e /ppapi/thunk/ppb_graphics_3d_thunk.cc
parentad6e8a10ea9c47d76cb4eab0bdaae49af30c3e76 (diff)
downloadchromium_src-e94cd2e516991ce237d574036b5b8a32cd94e8b1.zip
chromium_src-e94cd2e516991ce237d574036b5b8a32cd94e8b1.tar.gz
chromium_src-e94cd2e516991ce237d574036b5b8a32cd94e8b1.tar.bz2
Add an API to determine if the system will support acceleration
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10213005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk/ppb_graphics_3d_thunk.cc')
-rw-r--r--ppapi/thunk/ppb_graphics_3d_thunk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/thunk/ppb_graphics_3d_thunk.cc b/ppapi/thunk/ppb_graphics_3d_thunk.cc
index 2c7bd50..edc19ca 100644
--- a/ppapi/thunk/ppb_graphics_3d_thunk.cc
+++ b/ppapi/thunk/ppb_graphics_3d_thunk.cc
@@ -16,7 +16,7 @@ namespace {
typedef EnterResource<PPB_Graphics3D_API> EnterGraphics3D;
-int32_t GetAttribMaxValue(PP_Resource instance,
+int32_t GetAttribMaxValue(PP_Instance instance,
int32_t attribute,
int32_t* value) {
// TODO(alokp): Implement me.