| Index: tools/viewer/sk_app/VulkanWindowContext.h
|
| diff --git a/tools/viewer/sk_app/VulkanWindowContext.h b/tools/viewer/sk_app/VulkanWindowContext.h
|
| index e1868815655bfbc6f7caade1136066cd6a0185a1..ec80a3251d2f080c17b6d8dd7c1acf34b922b740 100644
|
| --- a/tools/viewer/sk_app/VulkanWindowContext.h
|
| +++ b/tools/viewer/sk_app/VulkanWindowContext.h
|
| @@ -46,8 +46,8 @@ public:
|
| this->createSwapchain(w, h, fDisplayParams);
|
| }
|
|
|
| - const DisplayParams& getDisplayParams() { return fDisplayParams; }
|
| - void setDisplayParams(const DisplayParams& params) {
|
| + const DisplayParams& getDisplayParams() override { return fDisplayParams; }
|
| + void setDisplayParams(const DisplayParams& params) override {
|
| this->createSwapchain(fWidth, fHeight, params);
|
| }
|
|
|
|
|