aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/views/SkOSWindow_Android.h3
-rw-r--r--include/views/SkWindow.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/include/views/SkOSWindow_Android.h b/include/views/SkOSWindow_Android.h
index e547609e73..c84ff2ed96 100644
--- a/include/views/SkOSWindow_Android.h
+++ b/include/views/SkOSWindow_Android.h
@@ -29,6 +29,9 @@ public:
void detachGL() {}
void presentGL() {}
+ 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 fd4ce0a91c..1477ec6060 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -70,6 +70,8 @@ public:
void preConcat(const SkMatrix&);
void postConcat(const SkMatrix&);
+ 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);