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

Unified Diff: bench/nanobench.h

Issue 1603063005: Adding support for parsing extended gpu config parameters in nanobench. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Adding support for parsing gpu config parameters in nanobench Created 4 years, 11 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 | « no previous file | bench/nanobench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/nanobench.h
diff --git a/bench/nanobench.h b/bench/nanobench.h
index 2dac30a927704f2dbe4c4f782c653d9870df815b..204ada6a4df534383ddccf6ccd331df3223801c5 100644
--- a/bench/nanobench.h
+++ b/bench/nanobench.h
@@ -22,7 +22,7 @@ class SkBitmap;
class SkCanvas;
struct Config {
- const char* name;
+ SkString name;
Benchmark::Backend backend;
SkColorType color;
SkAlphaType alpha;
« no previous file with comments | « no previous file | bench/nanobench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698