aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Android.h2
-rw-r--r--include/views/SkWindow.h3
2 files changed, 0 insertions, 5 deletions
diff --git a/include/views/SkOSWindow_Android.h b/include/views/SkOSWindow_Android.h
index 09163fc1cb..4fc32ce19d 100644
--- a/include/views/SkOSWindow_Android.h
+++ b/include/views/SkOSWindow_Android.h
@@ -36,8 +36,6 @@ public:
void setVsync(bool);
bool destroyRequested() { return fDestroyRequested; }
- virtual void onPDFSaved(const char title[], const char desc[], const char path[]);
-
protected:
// overrides from SkWindow
virtual void onHandleInval(const SkIRect&);
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index f56c27c022..0d47875bf7 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -72,9 +72,6 @@ public:
virtual SkSurface* createSurface();
- virtual void onPDFSaved(const char title[], const char desc[],
- const char path[]) {}
-
protected:
virtual bool onEvent(const SkEvent&);
virtual bool onDispatchClick(int x, int y, Click::State, void* owner, unsigned modi);