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

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

Issue 390193003: [not for review] Add Draw entries to window Performance Timeline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code refactoring in RenderView Created 6 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/PerformanceEntry.h
diff --git a/Source/core/timing/PerformanceEntry.h b/Source/core/timing/PerformanceEntry.h
index 1981103cf915b2145c84c74f7d0194c86c215b70..e56f9bb9b7b109781c42580213818cde18375deb 100644
--- a/Source/core/timing/PerformanceEntry.h
+++ b/Source/core/timing/PerformanceEntry.h
@@ -50,6 +50,7 @@ public:
double duration() const;
virtual bool isResource() { return false; }
+ virtual bool isDraw() { return false; }
virtual bool isMark() { return false; }
virtual bool isMeasure() { return false; }

Powered by Google App Engine
This is Rietveld 408576698