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

Unified Diff: cc/debug/lap_timer.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « cc/debug/invalidation_benchmark.cc ('k') | cc/debug/layer_tree_debug_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/lap_timer.h
diff --git a/cc/debug/lap_timer.h b/cc/debug/lap_timer.h
index 7ec9a8cca5c1ae64fd76bd99d5ca99a4a8055e5f..90b27b17d408fdd0b7a6bea541ef88d920f99eab 100644
--- a/cc/debug/lap_timer.h
+++ b/cc/debug/lap_timer.h
@@ -6,7 +6,6 @@
#define CC_DEBUG_LAP_TIMER_H_
#include "base/time/time.h"
-#include "cc/base/cc_export.h"
namespace cc {
@@ -20,7 +19,7 @@ namespace cc {
// If you set the time_limit then you can use HasTimeLimitExpired() to see if
// the current accumulated time has crossed that threshold, with an optimization
// that it only tests this every check_interval laps.
-class CC_EXPORT LapTimer {
+class LapTimer {
public:
LapTimer(int warmup_laps, base::TimeDelta time_limit, int check_interval);
// Resets the timer back to it's starting state.
« no previous file with comments | « cc/debug/invalidation_benchmark.cc ('k') | cc/debug/layer_tree_debug_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698