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

Unified Diff: tools/viewer/sk_app/Window.h

Issue 1965013007: Use swipe gesture to switch between slides on Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Revision Created 4 years, 7 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: tools/viewer/sk_app/Window.h
diff --git a/tools/viewer/sk_app/Window.h b/tools/viewer/sk_app/Window.h
index 5a7c9b836095240189de16c618e6f2670fa04c9c..f233f131a5eb15f1ce6bf5865502c3a339291197 100644
--- a/tools/viewer/sk_app/Window.h
+++ b/tools/viewer/sk_app/Window.h
@@ -130,7 +130,7 @@ public:
uint32_t width() { return fWidth; }
uint32_t height() { return fHeight; }
- const DisplayParams& getDisplayParams();
+ virtual const DisplayParams& getDisplayParams();
void setDisplayParams(const DisplayParams& params);
protected:

Powered by Google App Engine
This is Rietveld 408576698