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

Unified Diff: Source/core/timing/PerformanceRenderTiming.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/PerformanceObserverInit.idl ('k') | Source/core/timing/PerformanceResourceTiming.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceRenderTiming.h
diff --git a/Source/core/timing/PerformanceRenderTiming.h b/Source/core/timing/PerformanceRenderTiming.h
index 87e115b15e4c569fdfb72e8d1bf88501d20f8d34..4f8df46f5c3fedabed1e521774810660d5b6e270 100644
--- a/Source/core/timing/PerformanceRenderTiming.h
+++ b/Source/core/timing/PerformanceRenderTiming.h
@@ -51,8 +51,6 @@ public:
unsigned sourceFrame() const;
- bool isRender() override { return true; }
-
DECLARE_VIRTUAL_TRACE();
private:
« no previous file with comments | « Source/core/timing/PerformanceObserverInit.idl ('k') | Source/core/timing/PerformanceResourceTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698