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

Unified Diff: Source/core/frame/UseCounter.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: 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/frame/Frame.cpp ('k') | Source/core/rendering/RenderView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 6784c17d07de5671ec86695d5a332059c0fc85fa..5a628c41acf16c4c809bc1efdb747fbefb34b7a1 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -487,8 +487,6 @@ public:
DevToolsConsoleProfile = 518,
SVGStyleElementTitle = 519,
PictureSourceSrc = 520,
- // The above items are available in M38 branch.
-
Picture = 521,
Sizes = 522,
SrcsetXDescriptor = 523,
@@ -498,7 +496,8 @@ public:
MixedContentPrivateIPInPublicWebsitePassive = 527,
MixedContentPrivateIPInPublicWebsiteActive = 528,
XMLExternalResourceLoad = 529,
-
+ PrefixedPerformanceClearSmoothnessTimings = 530,
+ PrefixedPerformanceSetSmoothnessTimingBufferSize = 531,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/
« no previous file with comments | « Source/core/frame/Frame.cpp ('k') | Source/core/rendering/RenderView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698