chromium/cc/layers/painted_scrollbar_layer_unittest.cc

// 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/layers/painted_scrollbar_layer.h"

#include <memory>

#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/fake_scrollbar.h"
#include "cc/test/fake_scrollbar_layer.h"
#include "cc/test/layer_test_common.h"
#include "cc/test/test_task_graph_runner.h"
#include "testing/gmock/include/gmock/gmock.h"

Mock;
_;

namespace cc {

namespace {

class PaintedScrollbarLayerTest : public testing::Test {};

class MockScrollbar : public FakeScrollbar {};

TEST_F(PaintedScrollbarLayerTest, NeedsPaint) {}

TEST_F(PaintedScrollbarLayerTest, InternalContentBounds) {}

TEST_F(PaintedScrollbarLayerTest, SolidColorThumbDoesntGenerateThumbBitmap) {}

}  // namespace
}  // namespace cc