summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/dev/widget_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/dev/widget_dev.h')
-rw-r--r--ppapi/cpp/dev/widget_dev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/cpp/dev/widget_dev.h b/ppapi/cpp/dev/widget_dev.h
index 59ca60d..8252946 100644
--- a/ppapi/cpp/dev/widget_dev.h
+++ b/ppapi/cpp/dev/widget_dev.h
@@ -27,7 +27,6 @@ class Widget_Dev : public Resource {
Widget_Dev(const Widget_Dev& other);
Widget_Dev& operator=(const Widget_Dev& other);
- void swap(Widget_Dev& other);
// PPB_Widget methods:
bool Paint(const Rect& rect, ImageData* image);