|
Clean up Pepper ImageData resource class.
-This change introduces an abstract ImageData class, and two subclasses.
-PlatformImageData allows access to the platform-specific canvas and handles.
-SimpleImageData is platform independent, suitable for use in the NaCl proxy.
-Also changes ImageData creation messages to use PP_ImageDataDesc instead of
serializing to std::string.
-Remove NaCl-isms in naming.
BUG= 230980
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205681
Total comments: 10
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+331 lines, -298 lines) |
Patch |
 |
M |
chrome/renderer/pepper/pepper_pdf_host.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_video_source_host.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/handle_converter.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/pdf_resource.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_image_data_proxy.h
|
View
|
1
2
3
4
|
5 chunks |
+84 lines, -52 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_image_data_proxy.cc
|
View
|
1
2
3
4
5
6
|
16 chunks |
+158 lines, -135 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/video_source_resource.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/ppb_image_data_shared.h
|
View
|
1
2
3
4
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_image_data_thunk.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/resource_creation_api.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_image_data_impl.h
|
View
|
1
2
3
4
|
4 chunks |
+13 lines, -21 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_image_data_impl.cc
|
View
|
1
2
3
4
|
7 chunks |
+26 lines, -37 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/resource_creation_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/resource_creation_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -13 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|