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

Unified Diff: bench/Benchmark.h

Issue 375863006: Remove useless options from bench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fixed build. Dunno why it didn't show up with "make tools" Created 6 years, 5 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/Benchmark.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/Benchmark.h
diff --git a/bench/Benchmark.h b/bench/Benchmark.h
index db70bbe49cafa88ea1672cb75cfe1e85537b59e5..8e8eeff4f2d1e7980afb8dc560a588feaeec79dc 100644
--- a/bench/Benchmark.h
+++ b/bench/Benchmark.h
@@ -76,14 +76,6 @@ public:
fForceAlpha = alpha;
}
- void setForceAA(bool aa) {
- fForceAA = aa;
- }
-
- void setForceFilter(bool filter) {
- fForceFilter = filter;
- }
-
void setDither(SkTriState::State state) {
fDither = state;
}
@@ -115,8 +107,6 @@ protected:
private:
int fForceAlpha;
- bool fForceAA;
- bool fForceFilter;
SkTriState::State fDither;
uint32_t fOrMask, fClearMask;
« no previous file with comments | « no previous file | bench/Benchmark.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698