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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2686243002: content/ui[Android]: Remove ContextProviderFactory. (Closed)
Patch Set: Addressed comments. Created 3 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 616abde71e0a7d4efbecf5e45630c57ab9be3401..944eb3e3a275c77094ce1c948db55585491c7a40 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -112576,9 +112576,17 @@ value.
<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"/>
+ label="BlimpCompositor compositor command buffer context">
Khushal 2017/02/13 21:07:13 +asvitkine, does this look correct now?
+ <obsolete>
+ Deprecated and removed from code as of 02/2017.
+ </obsolete>
+ </suffix>
<suffix name="BlimpRenderWorker"
- label="BlimpCompositor worker command buffer context"/>
+ label="BlimpCompositor worker command buffer context">
+ <obsolete>
+ Deprecated and removed from code as of 02/2017.
+ </obsolete>
+ </suffix>
<affected-histogram name="GPU.ContextLost"/>
</histogram_suffixes>

Powered by Google App Engine
This is Rietveld 408576698