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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2164613003: Add logic to convert from RenderPassDrawQuads to CALayerOverlays. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp41_rpdq_converter
Patch Set: Compile errors. Created 4 years, 5 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 | « cc/output/overlay_unittest.cc ('k') | ui/gl/ca_renderer_layer_params.h » ('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 f41e992efc4e2d69edfb16b1efd5b360c10764d3..c911afa586f49f9a15564210bd8e885401edd0c3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -68149,6 +68149,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="Different clip settings in a sorting context is not supported."/>
<int value="17"
label="Different vertex opacities for a single texture is not supported"/>
+ <int value="18" label="RenderPassDrawQuad has a filter scale."/>
+ <int value="19" label="RenderPassDrawQuad has background filters."/>
+ <int value="20" label="RenderPassDrawQuad has a mask."/>
+ <int value="21" label="RenderPassDrawQuad has unconvertable filters."/>
</enum>
<enum name="CanvasContextType" type="int">
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | ui/gl/ca_renderer_layer_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698