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

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

Issue 7075018: Add new PDF plugin resources for print preview. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « no previous file | webkit/glue/resources/pdf_button_zoomin_end.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_pdf.h
===================================================================
--- ppapi/c/private/ppb_pdf.h (revision 86874)
+++ ppapi/c/private/ppb_pdf.h (working copy)
@@ -62,7 +62,10 @@
PP_RESOURCEIMAGE_PDF_BUTTON_SAVE_PRESSED = 36,
PP_RESOURCEIMAGE_PDF_BUTTON_PRINT = 37,
PP_RESOURCEIMAGE_PDF_BUTTON_PRINT_HOVER = 38,
- PP_RESOURCEIMAGE_PDF_BUTTON_PRINT_PRESSED = 39
+ PP_RESOURCEIMAGE_PDF_BUTTON_PRINT_PRESSED = 39,
+ PP_RESOURCEIMAGE_PDF_BUTTON_ZOOMIN_END = 40,
+ PP_RESOURCEIMAGE_PDF_BUTTON_ZOOMIN_END_HOVER = 41,
+ PP_RESOURCEIMAGE_PDF_BUTTON_ZOOMIN_END_PRESSED = 42,
} PP_ResourceImage;
typedef enum {
« no previous file with comments | « no previous file | webkit/glue/resources/pdf_button_zoomin_end.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698