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

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
Index: ppapi/proxy/pdf_resource_unittest.cc
diff --git a/ppapi/proxy/pdf_resource_unittest.cc b/ppapi/proxy/pdf_resource_unittest.cc
index b69b91f866759c2d0e3e20610a7604ce7e5d7b6d..a829ad122c0d92791f36fb53b2cf748405063cfa 100644
--- a/ppapi/proxy/pdf_resource_unittest.cc
+++ b/ppapi/proxy/pdf_resource_unittest.cc
@@ -170,7 +170,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,

Powered by Google App Engine
This is Rietveld 408576698