Commit 55364fd0 authored by reveman's avatar reveman Committed by Commit bot

cc: Remove unused kOnDemandRasterTaskPriority.

BUG=
TBR=vmpstr@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/597443002

Cr-Commit-Position: refs/heads/master@{#296127}
parent c6bf8b94
......@@ -88,9 +88,6 @@ class RasterFinishedTaskImpl : public RasterizerTask {
} // namespace
// This allows an external rasterize on-demand system to run raster tasks
// with highest priority using the same task graph runner instance.
unsigned RasterWorkerPool::kOnDemandRasterTaskPriority = 0u;
// This allows a micro benchmark system to run tasks with highest priority,
// since it should finish as quickly as possible.
unsigned RasterWorkerPool::kBenchmarkRasterTaskPriority = 0u;
......
......@@ -16,7 +16,6 @@ namespace cc {
class CC_EXPORT RasterWorkerPool {
public:
static unsigned kOnDemandRasterTaskPriority;
static unsigned kBenchmarkRasterTaskPriority;
static unsigned kRasterFinishedTaskPriority;
static unsigned kRasterTaskPriorityBase;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment