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

Unified Diff: ppapi/c/private/ppb_flash.h

Issue 10173029: Add a PPB_Flash_Print interface and implement in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/api/private/ppb_flash_print.idl ('k') | ppapi/c/private/ppb_flash_print.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_flash.h
diff --git a/ppapi/c/private/ppb_flash.h b/ppapi/c/private/ppb_flash.h
index 7564693c8e877a569194f9fd89f5472f6ff7ce95..ba501a3c2c16f1eae5d37a97605dad603d5ad8e8 100644
--- a/ppapi/c/private/ppb_flash.h
+++ b/ppapi/c/private/ppb_flash.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/ppb_flash.idl modified Tue Apr 10 15:38:45 2012. */
+/* From private/ppb_flash.idl modified Tue Apr 24 16:54:09 2012. */
#ifndef PPAPI_C_PRIVATE_PPB_FLASH_H_
#define PPAPI_C_PRIVATE_PPB_FLASH_H_
@@ -115,7 +115,7 @@ struct PPB_Flash_12_2 {
*/
PP_Bool (*IsRectTopmost)(PP_Instance instance, const struct PP_Rect* rect);
/**
- * Invokes printing for the given instance.
+ * Does nothing, deprecated. See PPB_Flash_Print.
*/
int32_t (*InvokePrinting)(PP_Instance instance);
/**
« no previous file with comments | « ppapi/api/private/ppb_flash_print.idl ('k') | ppapi/c/private/ppb_flash_print.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698