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

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

Issue 2814843002: gpu: GPU service scheduler. (Closed)
Patch Set: Do not allow HIGH priority contexts by unprivileged clients. Created 3 years, 8 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
Index: gpu/ipc/common/gpu_stream_constants.h
diff --git a/gpu/ipc/common/gpu_stream_constants.h b/gpu/ipc/common/gpu_stream_constants.h
deleted file mode 100644
index abab39895328ca4a1b09e0726aed23fc02e913d4..0000000000000000000000000000000000000000
--- a/gpu/ipc/common/gpu_stream_constants.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef GPU_IPC_COMMON_GPU_STREAM_CONSTANTS_H_
-#define GPU_IPC_COMMON_GPU_STREAM_CONSTANTS_H_
-
-namespace gpu {
-
-enum class GpuStreamPriority { REAL_TIME, HIGH, NORMAL, LOW, LAST = LOW };
-
-enum GpuStreamId { GPU_STREAM_DEFAULT = -1, GPU_STREAM_INVALID = 0 };
-
-} // namespace gpu
-
-#endif // GPU_IPC_COMMON_GPU_STREAM_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698