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

Unified Diff: ppapi/shared_impl/var.h

Issue 524353002: Remove the unused remnants of NPObject from Pepper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « content/renderer/pepper/v8object_var.h ('k') | ppapi/shared_impl/var.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/var.h
diff --git a/ppapi/shared_impl/var.h b/ppapi/shared_impl/var.h
index fcca41a9f95c82d7ea92d35de1dbe18529bf12f1..fe6f24ed8c7230ecf57ee923d00b1f6a36c9d39f 100644
--- a/ppapi/shared_impl/var.h
+++ b/ppapi/shared_impl/var.h
@@ -19,7 +19,6 @@ namespace ppapi {
class ArrayBufferVar;
class ArrayVar;
class DictionaryVar;
-class NPObjectVar;
class ProxyObjectVar;
class ResourceVar;
class StringVar;
@@ -36,7 +35,6 @@ class PPAPI_SHARED_EXPORT Var : public base::RefCounted<Var> {
virtual StringVar* AsStringVar();
virtual ArrayBufferVar* AsArrayBufferVar();
- virtual NPObjectVar* AsNPObjectVar();
virtual V8ObjectVar* AsV8ObjectVar();
virtual ProxyObjectVar* AsProxyObjectVar();
virtual ArrayVar* AsArrayVar();
« no previous file with comments | « content/renderer/pepper/v8object_var.h ('k') | ppapi/shared_impl/var.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698