|
Pepper: Autogenerate thunk for PPB_Graphics2D.
This change fixes a typo in the IDL, and cleans up the API a little bit so we
can generate a thunk for it. The implementation in webkit is vestigal and was removed.
Tested:
browser_tests --gtest_filter="*Graphics2D*"
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197409
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+124 lines, -82 lines) |
Patch |
 |
M |
content/renderer/pepper/pepper_in_process_resource_creation.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_in_process_resource_creation.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/dev/ppb_graphics_2d_dev.idl
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/ppb_graphics_2d.idl
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/c/ppb_graphics_2d.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_shared.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/graphics_2d_resource.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/graphics_2d_resource.cc
|
View
|
|
1 chunk |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_graphics_2d_api.h
|
View
|
|
1 chunk |
+4 lines, -13 lines |
0 comments
|
Download
|
 |
A |
ppapi/thunk/ppb_graphics_2d_dev_thunk.cc
|
View
|
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_graphics_2d_thunk.cc
|
View
|
|
5 chunks |
+41 lines, -40 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/resource_creation_api.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|