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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2190033002: content: Add ContextProviderFactory to create a render ContextProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove display_ DCHECK. Created 4 years, 4 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:
Download patch
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d56cddb709a1d03119898a79b7eccecce201e865..ced17f3c2679cb70b47e3d5d034d97c919b4c3cf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -96678,6 +96678,10 @@ To add a new entry, add it with any value and run test to compute valid value.
label="A VideoCapture GPU command buffer context"/>
<suffix name="WebGL" label="A WebGL GPU command buffer context"/>
<suffix name="Media" label="The media worker command buffer context"/>
+ <suffix name="BlimpRenderCompositor"
+ label="BlimpCompositor compositor command buffer context"/>
+ <suffix name="BlimpRenderWorker"
+ label="BlimpCompositor worker command buffer context"/>
<affected-histogram name="GPU.ContextLost"/>
</histogram_suffixes>
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698