summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_renderer_client.h
diff options
context:
space:
mode:
authorwuchengli@chromium.org <wuchengli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-22 07:23:15 +0000
committerwuchengli@chromium.org <wuchengli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-22 07:25:20 +0000
commitab8bcef370b99db6414eee827ba845a44d683380 (patch)
tree453b3d5f39f6850f6b2d7e1642ce179144e2485a /cc/test/fake_renderer_client.h
parent6690931097c3d6aef72eb3917df369c693fb6fae (diff)
downloadchromium_src-ab8bcef370b99db6414eee827ba845a44d683380.zip
chromium_src-ab8bcef370b99db6414eee827ba845a44d683380.tar.gz
chromium_src-ab8bcef370b99db6414eee827ba845a44d683380.tar.bz2
PPAPI: make generator output a pointer to an array correctly.
Originally an IDL argument like "[out] int[] foo" will generate int* foo[]. It means an array of pointers to integers and what we want is a pointer to an array of integers. Change the output to int** foo to be not confusing. BUG=387547 TEST=Run generator and build chrome. Review URL: https://codereview.chromium.org/490433002 Cr-Commit-Position: refs/heads/master@{#291349} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_renderer_client.h')
0 files changed, 0 insertions, 0 deletions