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

Unified Diff: bench/SKPAnimationBench.h

Issue 1541983002: Add tileSKP option to nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix scales Created 5 years 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 | « no previous file | bench/SKPAnimationBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/SKPAnimationBench.h
diff --git a/bench/SKPAnimationBench.h b/bench/SKPAnimationBench.h
index c0bef308ec2e74c452580d3f7f22423f18016282..b5678d45cca240922ce6016c88d792504dd66d42 100644
--- a/bench/SKPAnimationBench.h
+++ b/bench/SKPAnimationBench.h
@@ -37,7 +37,8 @@ protected:
void drawMPDPicture() override {
SkFAIL("MPD not supported\n");
}
- void drawPicture() override;
+ void drawPicture(SkCanvas*) override;
+ void drawPictureTiled() override;
private:
SkAutoTUnref<Animation> fAnimation;
« no previous file with comments | « no previous file | bench/SKPAnimationBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698