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

Unified Diff: Source/core/timing/PerformanceSmoothnessTiming.idl

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: Git pull syncup Created 6 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/PerformanceSmoothnessTiming.cpp ('k') | Source/web/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceSmoothnessTiming.idl
diff --git a/Source/modules/filesystem/HTMLInputElementFileSystem.idl b/Source/core/timing/PerformanceSmoothnessTiming.idl
similarity index 88%
copy from Source/modules/filesystem/HTMLInputElementFileSystem.idl
copy to Source/core/timing/PerformanceSmoothnessTiming.idl
index c55dcd9167481963a74430e7ef0e306008d51bd2..b8bbaaee56f328240be42b799b4fc590d727635b 100644
--- a/Source/modules/filesystem/HTMLInputElementFileSystem.idl
+++ b/Source/core/timing/PerformanceSmoothnessTiming.idl
@@ -28,8 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- RuntimeEnabled=FileSystem,
-] partial interface HTMLInputElement {
- [CallWith=ExecutionContext] readonly attribute Entry[] webkitEntries;
+// See: https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/ResourceTiming/Overview.html
+interface PerformanceSmoothnessTiming : PerformanceEntry {
+ readonly attribute unsigned long sourceFrame;
};
« no previous file with comments | « Source/core/timing/PerformanceSmoothnessTiming.cpp ('k') | Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698