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

Unified Diff: services/ui/public/cpp/gpu/command_buffer_metrics.cc

Issue 2686243002: content/ui[Android]: Remove ContextProviderFactory. (Closed)
Patch Set: more rebase 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/public/cpp/gpu/command_buffer_metrics.h ('k') | services/ui/public/cpp/gpu/gpu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/gpu/command_buffer_metrics.cc
diff --git a/services/ui/public/cpp/gpu/command_buffer_metrics.cc b/services/ui/public/cpp/gpu/command_buffer_metrics.cc
index 6f9e91d91aed42d675252b9dfa5a4612a1311f65..4e2bedc01ea0476d991b514de454c7f943898792 100644
--- a/services/ui/public/cpp/gpu/command_buffer_metrics.cc
+++ b/services/ui/public/cpp/gpu/command_buffer_metrics.cc
@@ -117,14 +117,6 @@ void RecordContextLost(ContextType type,
UMA_HISTOGRAM_ENUMERATION("GPU.ContextLost.Media", reason,
CONTEXT_LOST_REASON_MAX_ENUM);
break;
- case BLIMP_RENDER_COMPOSITOR_CONTEXT:
- UMA_HISTOGRAM_ENUMERATION("GPU.ContextLost.BlimpRenderCompositor", reason,
- CONTEXT_LOST_REASON_MAX_ENUM);
- break;
- case BLIMP_RENDER_WORKER_CONTEXT:
- UMA_HISTOGRAM_ENUMERATION("GPU.ContextLost.BlimpRenderWorker", reason,
- CONTEXT_LOST_REASON_MAX_ENUM);
- break;
case MUS_CLIENT_CONTEXT:
UMA_HISTOGRAM_ENUMERATION("GPU.ContextLost.MusClient", reason,
CONTEXT_LOST_REASON_MAX_ENUM);
@@ -162,10 +154,6 @@ std::string ContextTypeToString(ContextType type) {
return "Offscreen-For-WebGL";
case MEDIA_CONTEXT:
return "Media";
- case BLIMP_RENDER_COMPOSITOR_CONTEXT:
- return "BlimpRenderCompositor";
- case BLIMP_RENDER_WORKER_CONTEXT:
- return "BlimpRenderWorker";
case MUS_CLIENT_CONTEXT:
return "MusClientContext";
default:
« no previous file with comments | « services/ui/public/cpp/gpu/command_buffer_metrics.h ('k') | services/ui/public/cpp/gpu/gpu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698