Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / common / gpu / gpu_stream_priority.h
blob089fb97e04ee4c019fde969a56676817adb14d76
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_COMMON_GPU_GPU_STREAM_PRIORITY_H_
6 #define CONTENT_COMMON_GPU_GPU_STREAM_PRIORITY_H_
8 namespace content {
10 enum class GpuStreamPriority {
11 REAL_TIME,
12 NORMAL,
13 LOW,
14 INHERIT,
15 LAST = INHERIT
18 } // namespace content
20 #endif // CONTENT_COMMON_GPU_GPU_STREAM_PRIORITY_H_