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

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

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments Created 5 years, 3 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 | « Source/core/timing/PerformanceMark.h ('k') | Source/core/timing/PerformanceObserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceMeasure.h
diff --git a/Source/core/timing/PerformanceMeasure.h b/Source/core/timing/PerformanceMeasure.h
index 0fcbad0f63a046d7b8899a08b655d9ec11c740fa..482a3bc9ca49306391a7902dc28a3da76c303334 100644
--- a/Source/core/timing/PerformanceMeasure.h
+++ b/Source/core/timing/PerformanceMeasure.h
@@ -41,8 +41,6 @@ public:
return new PerformanceMeasure(name, startTime, endTime);
}
- bool isMeasure() override { return true; }
-
DEFINE_INLINE_VIRTUAL_TRACE()
{
PerformanceEntry::trace(visitor);
« no previous file with comments | « Source/core/timing/PerformanceMark.h ('k') | Source/core/timing/PerformanceObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698