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

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

Issue 9381010: Convert resources to take an instance key instead of an Instance*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: USELESS PATCH TITLE 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/video_capture_client_dev.cc ('k') | ppapi/cpp/dev/video_capture_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_dev.h
diff --git a/ppapi/cpp/dev/video_capture_dev.h b/ppapi/cpp/dev/video_capture_dev.h
index 1760cf745cf7ea19f45f8825472e978d442f0b9a..712f9e895e29c6828c5f38ff7b680766be0b1090 100644
--- a/ppapi/cpp/dev/video_capture_dev.h
+++ b/ppapi/cpp/dev/video_capture_dev.h
@@ -14,11 +14,11 @@ namespace pp {
class CompletionCallback;
class DeviceRef_Dev;
-class Instance;
+class InstanceHandle;
class VideoCapture_Dev : public Resource {
public:
- explicit VideoCapture_Dev(const Instance& instance);
+ explicit VideoCapture_Dev(const InstanceHandle& instance);
VideoCapture_Dev(PP_Resource resource);
VideoCapture_Dev(const VideoCapture_Dev& other);
« no previous file with comments | « ppapi/cpp/dev/video_capture_client_dev.cc ('k') | ppapi/cpp/dev/video_capture_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698