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

Unified Diff: src/log.h

Issue 2105943002: Expose TickSample and its APIs in v8-profiler.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
Index: src/log.h
diff --git a/src/log.h b/src/log.h
index 303e352898a0cd76a8774be863fbe787e3b56d65..52eb273d45dc7606d6435540fefaebebbc155db0 100644
--- a/src/log.h
+++ b/src/log.h
@@ -25,6 +25,8 @@ namespace sampler {
class Sampler;
}
+struct TickSample;
+
namespace internal {
// Logger is used for collecting logging information from V8 during
@@ -69,7 +71,6 @@ class Log;
class PositionsRecorder;
class Profiler;
class Ticker;
-struct TickSample;
class RuntimeCallTimer;
#undef LOG

Powered by Google App Engine
This is Rietveld 408576698