Rename GetIconID to GetIconId
[chromium-blink-merge.git] / components / scheduler / child / task_queue.cc
blob4898508c887cf3d4d3c3a89d43548baa769de2bc
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 #include "components/scheduler/child/task_queue.h"
7 namespace scheduler {
9 bool TaskQueue::IsQueueEmpty() const {
10 return GetQueueState() == QueueState::EMPTY;
13 } // namespace scheduler