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

Unified Diff: tools/vulkan/viewer/GMSlide.h

Issue 1873733003: More cleanup in the Vulkan viewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments Created 4 years, 8 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
« no previous file with comments | « tools/vulkan/Window.cpp ('k') | tools/vulkan/viewer/GMSlide.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/vulkan/viewer/GMSlide.h
diff --git a/tools/vulkan/viewer/GMSlide.h b/tools/vulkan/viewer/GMSlide.h
index e827287c661c03cf1324eeed57830fa328de0940..c9ed0844eacff1ee3700cb84b988648fc61bb710 100644
--- a/tools/vulkan/viewer/GMSlide.h
+++ b/tools/vulkan/viewer/GMSlide.h
@@ -17,6 +17,7 @@ public:
~GMSlide() override;
void draw(SkCanvas* canvas) override;
+ bool animate(const SkAnimTimer&) override;
private:
skiagm::GM* fGM;
« no previous file with comments | « tools/vulkan/Window.cpp ('k') | tools/vulkan/viewer/GMSlide.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698