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

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: Update LayoutTests for new properties Created 5 years, 7 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/PerformanceCompositeTiming.idl ('k') | Source/core/timing/PerformanceRenderTiming.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceEntry.h
diff --git a/Source/core/timing/PerformanceEntry.h b/Source/core/timing/PerformanceEntry.h
index f3d44faf65e112325b3595fa624c24cf3ecd9c56..074fe179ffcd2a60a7aa59e7319d40ecb442a1c3 100644
--- a/Source/core/timing/PerformanceEntry.h
+++ b/Source/core/timing/PerformanceEntry.h
@@ -49,6 +49,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; }
« no previous file with comments | « Source/core/timing/PerformanceCompositeTiming.idl ('k') | Source/core/timing/PerformanceRenderTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698