summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/resource.h')
-rw-r--r--ppapi/cpp/resource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/cpp/resource.h b/ppapi/cpp/resource.h
index 33e9982..c59b37d 100644
--- a/ppapi/cpp/resource.h
+++ b/ppapi/cpp/resource.h
@@ -18,7 +18,6 @@ class Resource {
virtual ~Resource();
Resource& operator=(const Resource& other);
- void swap(Resource& other);
// Returns true if the given resource is invalid or uninitialized.
bool is_null() const { return !pp_resource_; }