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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1581273002: Harden CommandBufferProxyImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Post a task for lost context callback when in a reply Created 4 years, 11 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 | « gpu/command_buffer/common/constants.h ('k') | no next file » | 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 f2f8ccf0b8448b2d514834ac8a67d6fd5f0d0d7a..3b6eddf723260165361776c232086f955921412a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58742,6 +58742,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="9" label="CONTEXT_LOST_UNKNOWN"/>
<int value="10" label="CONTEXT_LOST_OUT_OF_MEMORY"/>
<int value="11" label="CONTEXT_LOST_MAKECURRENT_FAILED"/>
+ <int value="12" label="CONTEXT_LOST_INVALID_GPU_MESSAGE"/>
</enum>
<enum name="ContextMenuOption" type="int">
« no previous file with comments | « gpu/command_buffer/common/constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698