Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: ppapi/proxy/pdf_resource_unittest.cc

Issue 13004012: Implement the host side of the PPB_PDF proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/pdf_resource.cc ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/pdf_resource_unittest.cc
diff --git a/ppapi/proxy/pdf_resource_unittest.cc b/ppapi/proxy/pdf_resource_unittest.cc
index 09ed0b091cd1c1b68d4950a728f96acfbd2326f9..fa79f00568b20cd6e176381ab95059d8b651541f 100644
--- a/ppapi/proxy/pdf_resource_unittest.cc
+++ b/ppapi/proxy/pdf_resource_unittest.cc
@@ -171,7 +171,8 @@ TEST_F(PDFResourceTest, GetResourceImageForScale) {
memcpy(&image_data_desc[0], &expected_desc, sizeof(PP_ImageDataDesc));
SerializedHandle serialized_handle(SerializedHandle::SHARED_MEMORY);
PpapiPluginMsg_PDF_GetResourceImageReply reply_msg(expected_resource,
- image_data_desc);
+ image_data_desc,
+ 0);
ResourceSyncCallHandler handler(
&sink(),
PpapiHostMsg_PDF_GetResourceImage::ID,
« no previous file with comments | « ppapi/proxy/pdf_resource.cc ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698