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

Unified Diff: bench/GMBench.h

Issue 425393004: SKPs-as-benches in nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: guard the HEADER 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/GMBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/GMBench.h
diff --git a/bench/GMBench.h b/bench/GMBench.h
index 75cee6c0639261f3b0e6e549cf7af9d07dda6409..e2240528278ad588497663a1121a449858766d44 100644
--- a/bench/GMBench.h
+++ b/bench/GMBench.h
@@ -4,6 +4,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#ifndef GMBench_DEFINED
+#define GMBench_DEFINED
#include "Benchmark.h"
#include "SkCanvas.h"
@@ -29,3 +31,5 @@ private:
SkString fName;
typedef Benchmark INHERITED;
};
+
+#endif
« no previous file with comments | « no previous file | bench/GMBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698