| Index: content/common/gpu/gpu_stream_constants.h
|
| diff --git a/content/common/gpu/gpu_stream_constants.h b/content/common/gpu/gpu_stream_constants.h
|
| deleted file mode 100644
|
| index 247308a72dba1b556394f4f3e8e0c088ee970f25..0000000000000000000000000000000000000000
|
| --- a/content/common/gpu/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 CONTENT_COMMON_GPU_GPU_STREAM_CONSTANTS_H_
|
| -#define CONTENT_COMMON_GPU_GPU_STREAM_CONSTANTS_H_
|
| -
|
| -namespace content {
|
| -
|
| -enum class GpuStreamPriority { REAL_TIME, HIGH, NORMAL, LOW, LAST = LOW };
|
| -
|
| -enum GpuStreamId { GPU_STREAM_DEFAULT = -1, GPU_STREAM_INVALID = 0 };
|
| -
|
| -} // namespace content
|
| -
|
| -#endif // CONTENT_COMMON_GPU_GPU_STREAM_CONSTANTS_H_
|
|
|