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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc

Issue 8041052: Add IsScalingDisabled and PP_PRINTOUTPUTFORMAT_EMF to pepper printing interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 3 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/native_client/src/shared/ppapi_proxy/ppp_printing.srpc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc
index c1301ef59748065969c3908619315fb2959a170b..608b9334dc51b97d9d4f673f865a85bcd30e1fab 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc
@@ -34,5 +34,11 @@
'outputs': [
]
},
+ {'name': 'PPP_Printing_IsScalingDisabled',
+ 'inputs': [['instance', 'PP_Instance'],
+ ],
+ 'outputs': [['result', 'int32_t'], # PP_Bool
+ ]
+ },
]
}

Powered by Google App Engine
This is Rietveld 408576698