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

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

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments (and re-sync) Created 5 years, 9 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 8e559c59776d5138985f2ffb019a5cabc4eea434..aba66c9fbaed41326c8d43a12f184878d2e912e1 100644
--- a/Source/core/timing/PerformanceEntry.h
+++ b/Source/core/timing/PerformanceEntry.h
@@ -51,6 +51,8 @@ public:
double duration() const;
virtual bool isResource() { return false; }
+ virtual bool isRender() { return false; }
+ virtual bool isComposite() { return false; }
virtual bool isMark() { return false; }
virtual bool isMeasure() { return false; }

Powered by Google App Engine
This is Rietveld 408576698