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

Unified Diff: ppapi/cpp/dev/device_ref_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/buffer_dev.cc ('k') | ppapi/cpp/dev/device_ref_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/device_ref_dev.h
diff --git a/ppapi/cpp/dev/device_ref_dev.h b/ppapi/cpp/dev/device_ref_dev.h
index 515c388790cfc33520672135c7eec3d7d2a95968..048b95654c7dee1480eb919facda1d49e49e0550 100644
--- a/ppapi/cpp/dev/device_ref_dev.h
+++ b/ppapi/cpp/dev/device_ref_dev.h
@@ -17,8 +17,6 @@ class DeviceRef_Dev : public Resource {
explicit DeviceRef_Dev(PP_Resource resource);
- struct PassRef {};
-
DeviceRef_Dev(PassRef, PP_Resource resource);
DeviceRef_Dev(const DeviceRef_Dev& other);
« no previous file with comments | « ppapi/cpp/dev/buffer_dev.cc ('k') | ppapi/cpp/dev/device_ref_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698