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

Unified Diff: ppapi/cpp/resource.h

Issue 148213016: [PPAPI] Moving pp::VarResource_Dev API into pp::Var (now stable). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove HTML note about dev interfaces. Created 6 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
Index: ppapi/cpp/resource.h
diff --git a/ppapi/cpp/resource.h b/ppapi/cpp/resource.h
index 311db6a1caf4b005f5c94b6a23f93466119acb94..7823a73af5feeececa15e102ad60f88a57c3536d 100644
--- a/ppapi/cpp/resource.h
+++ b/ppapi/cpp/resource.h
@@ -14,7 +14,7 @@
/// with the module.
namespace pp {
-class VarResource_Dev;
+class Var;
/// A reference counted module resource.
class Resource {
@@ -87,7 +87,7 @@ class Resource {
void Clear();
private:
- friend class VarResource_Dev;
+ friend class Var;
PP_Resource pp_resource_;
};

Powered by Google App Engine
This is Rietveld 408576698