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

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

Issue 1952323004: Initial commit of our new Android app to demo Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Merge 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/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);
}
« no previous file with comments | « platform_tools/android/apps/viewer/src/main/res/layout/activity_main.xml ('k') | tools/viewer/sk_app/android/Window_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698