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

Unified Diff: include/views/SkWindow.h

Issue 1547923002: SampleApp: remove SkWindow::onPDFSaved, it does not work (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 11 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
Index: include/views/SkWindow.h
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index f56c27c022301ce1bfbc9f0248fd4f6bb7f213f0..0d47875bf7c372add67b41504bc95ce0e8d40b8a 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);

Powered by Google App Engine
This is Rietveld 408576698