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

Unified Diff: cc/debug/lap_timer.h

Issue 279183002: Use LapTimer in rasterize_and_record micro benchmark. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused Now() Created 6 years, 7 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
Index: cc/debug/lap_timer.h
diff --git a/cc/test/lap_timer.h b/cc/debug/lap_timer.h
similarity index 95%
rename from cc/test/lap_timer.h
rename to cc/debug/lap_timer.h
index 57ad322ad174de6d921c7f720045a12fbdd51840..8fd6e4146d900b45f32c79cffe97252e4cca26f1 100644
--- a/cc/test/lap_timer.h
+++ b/cc/debug/lap_timer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_TEST_LAP_TIMER_H_
-#define CC_TEST_LAP_TIMER_H_
+#ifndef CC_DEBUG_LAP_TIMER_H_
+#define CC_DEBUG_LAP_TIMER_H_
#include "base/time/time.h"
@@ -60,4 +60,4 @@ class LapTimer {
} // namespace cc
-#endif // CC_TEST_LAP_TIMER_H_
+#endif // CC_DEBUG_LAP_TIMER_H_

Powered by Google App Engine
This is Rietveld 408576698