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

Unified Diff: gpu/ipc/common/gpu_stream_constants.h

Issue 1809183002: gpu_messages.h => gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make win_clang_x64_dbg happy by making command_buffer_traits an alias to gpu component on compnet b… Created 4 years, 9 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 | « gpu/ipc/common/gpu_param_traits_macros.h ('k') | gpu/ipc/common/surface_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/gpu_stream_constants.h
diff --git a/content/common/gpu/gpu_stream_constants.h b/gpu/ipc/common/gpu_stream_constants.h
similarity index 61%
rename from content/common/gpu/gpu_stream_constants.h
rename to gpu/ipc/common/gpu_stream_constants.h
index 247308a72dba1b556394f4f3e8e0c088ee970f25..abab39895328ca4a1b09e0726aed23fc02e913d4 100644
--- a/content/common/gpu/gpu_stream_constants.h
+++ b/gpu/ipc/common/gpu_stream_constants.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_GPU_GPU_STREAM_CONSTANTS_H_
-#define CONTENT_COMMON_GPU_GPU_STREAM_CONSTANTS_H_
+#ifndef GPU_IPC_COMMON_GPU_STREAM_CONSTANTS_H_
+#define GPU_IPC_COMMON_GPU_STREAM_CONSTANTS_H_
-namespace content {
+namespace gpu {
enum class GpuStreamPriority { REAL_TIME, HIGH, NORMAL, LOW, LAST = LOW };
enum GpuStreamId { GPU_STREAM_DEFAULT = -1, GPU_STREAM_INVALID = 0 };
-} // namespace content
+} // namespace gpu
-#endif // CONTENT_COMMON_GPU_GPU_STREAM_CONSTANTS_H_
+#endif // GPU_IPC_COMMON_GPU_STREAM_CONSTANTS_H_
« no previous file with comments | « gpu/ipc/common/gpu_param_traits_macros.h ('k') | gpu/ipc/common/surface_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698