Chromium Code Reviews

Unified Diff: ppapi/c/dev/ppp_zoom_dev.h

Issue 5837001: Resource width 64->32 change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/ppapi
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ppapi/c/dev/ppp_zoom_dev.h
diff --git a/ppapi/c/dev/ppp_zoom_dev.h b/ppapi/c/dev/ppp_zoom_dev.h
index 90c8be93bb3ec2b7740265e050700f5b534b44b5..c7dd849dd0bbd31107286f9588d4c9313c67fae9 100644
--- a/ppapi/c/dev/ppp_zoom_dev.h
+++ b/ppapi/c/dev/ppp_zoom_dev.h
@@ -9,7 +9,7 @@
#include "ppapi/c/pp_instance.h"
// Zoom interface should only apply to those full-page "plugin-document".
-#define PPP_ZOOM_DEV_INTERFACE "PPP_Zoom(Dev);0.2"
+#define PPP_ZOOM_DEV_INTERFACE "PPP_Zoom(Dev);0.3"
struct PPP_Zoom_Dev {
// Instruct plug-in to zoom according to the given factor and whether the zoom

Powered by Google App Engine