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

Unified Diff: ppapi/cpp/dev/zoom_dev.h

Issue 9481015: Make the PPP wrappers take an Instance*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: USELESS PATCH DESCRIPTION Created 8 years, 10 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/cpp/dev/widget_client_dev.cc ('k') | ppapi/cpp/dev/zoom_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/zoom_dev.h
diff --git a/ppapi/cpp/dev/zoom_dev.h b/ppapi/cpp/dev/zoom_dev.h
index 9e17ff5db9d3bba9686f0093c07fc79bb5749949..b63c0195da7717e5a1d861519b620f31b5643a6a 100644
--- a/ppapi/cpp/dev/zoom_dev.h
+++ b/ppapi/cpp/dev/zoom_dev.h
@@ -12,6 +12,8 @@
namespace pp {
+class Instance;
+
// This class allows you to associate the PPP_Zoom_Dev and PPB_Zoom_Dev C-based
// interfaces with an object. It associates itself with the given instance, and
// registers as the global handler for handling the PPP_Zoom_Dev interface that
@@ -37,7 +39,7 @@ namespace pp {
// };
class Zoom_Dev {
public:
- explicit Zoom_Dev(const InstanceHandle& instance);
+ explicit Zoom_Dev(Instance* instance);
virtual ~Zoom_Dev();
// PPP_Zoom_Dev functions exposed as virtual functions for you to
« no previous file with comments | « ppapi/cpp/dev/widget_client_dev.cc ('k') | ppapi/cpp/dev/zoom_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698