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

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

Issue 2584363002: gpu: Move ContextProviderCommandBuffer into mus gpu client-lib. (Closed)
Patch Set: tot merge Created 4 years 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/BUILD.gn ('k') | services/ui/public/cpp/gpu/command_buffer_metrics.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.h
diff --git a/content/common/gpu/client/command_buffer_metrics.h b/services/ui/public/cpp/gpu/command_buffer_metrics.h
similarity index 82%
rename from content/common/gpu/client/command_buffer_metrics.h
rename to services/ui/public/cpp/gpu/command_buffer_metrics.h
index f508fa7d8aee6a83fd03493824d4281841418ace..79ef6053d5875aeba04095009fa672be4143b8dc 100644
--- a/content/common/gpu/client/command_buffer_metrics.h
+++ b/services/ui/public/cpp/gpu/command_buffer_metrics.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_GPU_CLIENT_COMMAND_BUFFER_METRICS_H_
-#define CONTENT_COMMON_GPU_CLIENT_COMMAND_BUFFER_METRICS_H_
+#ifndef SERVICES_UI_PUBLIC_CPP_GPU_COMMAND_BUFFER_METRICS_H_
+#define SERVICES_UI_PUBLIC_CPP_GPU_COMMAND_BUFFER_METRICS_H_
#include <string>
#include "gpu/command_buffer/common/constants.h"
-namespace content {
+namespace ui {
namespace command_buffer_metrics {
enum ContextType {
@@ -38,6 +38,6 @@ void UmaRecordContextLost(ContextType type,
gpu::error::ContextLostReason reason);
} // namespace command_buffer_metrics
-} // namespace content
+} // namespace ui
-#endif // CONTENT_COMMON_GPU_CLIENT_COMMAND_BUFFER_METRICS_H_
+#endif // SERVICES_UI_PUBLIC_CPP_GPU_COMMAND_BUFFER_METRICS_H_
« no previous file with comments | « services/ui/public/cpp/gpu/BUILD.gn ('k') | services/ui/public/cpp/gpu/command_buffer_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698