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

Unified Diff: third_party/WebKit/Source/core/frame/PerformanceMonitor.h

Issue 2962353002: Add probe for V8.Complie (Closed)
Patch Set: remove implementation Created 3 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
Index: third_party/WebKit/Source/core/frame/PerformanceMonitor.h
diff --git a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
index 62b7601ff78efe125d2fc19e0be3bf7861596d99..fdb0610bac932d7eb1ab15dc05cab572ede82948 100644
--- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
+++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
@@ -20,6 +20,7 @@ class ExecuteScript;
class RecalculateStyle;
class UpdateLayout;
class UserCallback;
+class V8Compile;
}
class DOMWindow;
@@ -88,6 +89,9 @@ class CORE_EXPORT PerformanceMonitor final
void Will(const probe::UserCallback&);
void Did(const probe::UserCallback&);
+ void Will(const probe::V8Compile&);
+ void Did(const probe::V8Compile&);
+
void DocumentWriteFetchScript(Document*);
// Direct API for core.

Powered by Google App Engine
This is Rietveld 408576698