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

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: Created 5 years, 10 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 32dccaf628cf76c9188884726fa91d7c1b0dee6f..76fbaec3d4c1307d8c4cbcdf104622ed2bc970a8 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