|
Move HiDPI-related Pepper interfaces to stable
This adds the APIs provided in PPB_View_Dev_0_1 and PP_Graphics2D_Dev_0_1 to
the public Pepper APIs for PPB_View and PPB_Graphics2D.
Includes:
- Change to IDL and generated C headers/shim
- Change to PPAPI to export the 1_1 interfaces
- C++ glue
- Example PPAPI plugin for using HiDPI Pepper APIs
BUG= 144071
TEST=Existing (prebuilt) PDF plugin using 1.0 interfaces still works
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193110
Total comments: 11
Total comments: 3
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+809 lines, -60 lines) |
Patch |
 |
M |
ppapi/api/ppb_graphics_2d.idl
|
View
|
1
2
3
|
2 chunks |
+38 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/api/ppb_view.idl
|
View
|
1
2
|
2 chunks |
+35 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/c/ppb_graphics_2d.h
|
View
|
1
2
3
|
4 chunks |
+53 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/ppb_view.h
|
View
|
1
2
|
4 chunks |
+43 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/graphics_2d.h
|
View
|
1
2
3
4
|
3 chunks |
+26 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/graphics_2d.cc
|
View
|
1
2
3
4
|
4 chunks |
+76 lines, -28 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/view.h
|
View
|
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/view.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+53 lines, -18 lines |
0 comments
|
Download
|
 |
A |
ppapi/examples/scaling/scaling.cc
|
View
|
1
|
1 chunk |
+232 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/examples/scaling/scaling.html
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
5
6
|
10 chunks |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_tests.gypi
|
View
|
1
2
3
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_graphics_2d.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_graphics_2d.cc
|
View
|
1
|
2 chunks |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_public_stable.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_graphics_2d_thunk.cc
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_view_thunk.cc
|
View
|
1
2
3
4
|
2 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|