DescriptionPPAPI: 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.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291349
Patch Set 1 #
Total comments: 2
Patch Set 2 : change IDL to pass presubmit check #Patch Set 3 : rebase #
Messages
Total messages: 19 (0 generated)
|