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

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

Issue 1949023005: gpu: Add flag for enabling asynchronous worker context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
index abab39895328ca4a1b09e0726aed23fc02e913d4..1718bf49eb6898eae9dfb7ba52c50f5856a20720 100644
--- a/gpu/ipc/common/gpu_stream_constants.h
+++ b/gpu/ipc/common/gpu_stream_constants.h
@@ -9,7 +9,7 @@ namespace gpu {
enum class GpuStreamPriority { REAL_TIME, HIGH, NORMAL, LOW, LAST = LOW };
-enum GpuStreamId { GPU_STREAM_DEFAULT = -1, GPU_STREAM_INVALID = 0 };
+enum GpuStreamId { GPU_STREAM_DEFAULT = 0 };
} // namespace gpu
« content/renderer/render_thread_impl.cc ('K') | « gpu/ipc/client/gpu_channel_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698