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

Unified Diff: bench/nanobench.cpp

Issue 2077353006: Fix Mac clang linker (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Better description Created 4 years, 6 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 | dm/DM.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/nanobench.cpp
diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
index 14214e869686e10d409df4a5c61b5fb1682ea03c..8633fa5ae77253d29b3f2faf787bb20f06d9b010 100644
--- a/bench/nanobench.cpp
+++ b/bench/nanobench.cpp
@@ -119,7 +119,6 @@ DEFINE_bool(gpuStatsDump, false, "Dump GPU states after each benchmark to json")
DEFINE_bool(keepAlive, false, "Print a message every so often so that we don't time out");
DEFINE_string(useThermalManager, "0,1,10,1000", "enabled,threshold,sleepTimeMs,TimeoutMs for "
"thermalManager\n");
-DEFINE_bool(simpleCodec, false, "Only decode images to N32 opaque or premul");
DEFINE_string(sourceType, "",
"Apply usual --match rules to source type: bench, gm, skp, image, etc.");
« no previous file with comments | « no previous file | dm/DM.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698