// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "cc/animation/animation_host.h" #include "cc/test/fake_layer_tree_host.h" #include "cc/test/fake_layer_tree_host_client.h" #include "cc/test/test_task_graph_runner.h" #include "testing/gtest/include/gtest/gtest.h" namespace cc { namespace { TEST(LayerTreeHostRecordGpuHistogramTest, SingleThreaded) { … } TEST(LayerTreeHostRecordGpuHistogramTest, Threaded) { … } } // namespace } // namespace cc