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

Unified Diff: ppapi/cpp/dev/video_capture_client_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/selection_dev.cc ('k') | ppapi/cpp/dev/video_capture_client_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/video_capture_client_dev.h
diff --git a/ppapi/cpp/dev/video_capture_client_dev.h b/ppapi/cpp/dev/video_capture_client_dev.h
index 31fbcf58f6a62aaba8b9bba2646fa9ee0666cb71..85b766e166568b69d95a270e9b05b6671587e76d 100644
--- a/ppapi/cpp/dev/video_capture_client_dev.h
+++ b/ppapi/cpp/dev/video_capture_client_dev.h
@@ -14,9 +14,11 @@
namespace pp {
+class Instance;
+
class VideoCaptureClient_Dev {
public:
- explicit VideoCaptureClient_Dev(const InstanceHandle& instance);
+ explicit VideoCaptureClient_Dev(Instance* instance);
virtual ~VideoCaptureClient_Dev();
virtual void OnDeviceInfo(PP_Resource video_capture,
« no previous file with comments | « ppapi/cpp/dev/selection_dev.cc ('k') | ppapi/cpp/dev/video_capture_client_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698