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

Unified Diff: Source/core/timing/PerformanceMark.h

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch from microtask to timer for firing events. Created 5 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: Source/core/timing/PerformanceMark.h
diff --git a/Source/core/timing/PerformanceMark.h b/Source/core/timing/PerformanceMark.h
index 7c4dc6457537010af8bb8485c266b063365cb879..cedd236a9b2ad8e3bc3a1ec30f8f4459229f35e5 100644
--- a/Source/core/timing/PerformanceMark.h
+++ b/Source/core/timing/PerformanceMark.h
@@ -40,8 +40,6 @@ public:
return new PerformanceMark(name, startTime);
}
- bool isMark() override { return true; }
-
DEFINE_INLINE_VIRTUAL_TRACE()
{
PerformanceEntry::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698