// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_TEST_TEST_TILE_TASK_RUNNER_H_ #define CC_TEST_TEST_TILE_TASK_RUNNER_H_ #include "cc/raster/tile_task.h" namespace cc { // This task runner operates on single task. User has to call respective // functions to operate on task. class TestTileTaskRunner { … }; } // namespace cc #endif // CC_TEST_TEST_TILE_TASK_RUNNER_H_