| 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:
|
|
|