chromium/third_party/blink/renderer/core/scroll/scrollbar_theme_overlay_test.cc

// 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.

#include "third_party/blink/renderer/core/scroll/scrollbar_theme_overlay.h"

#include "third_party/blink/renderer/core/scroll/scroll_types.h"
#include "third_party/blink/renderer/core/scroll/scrollbar_test_suite.h"
#include "third_party/blink/renderer/platform/heap/thread_state.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/testing/testing_platform_support_with_mock_scheduler.h"

namespace blink {

NiceMock;
Return;

class ScrollbarThemeOverlayTest : public testing::Test {};

TEST_F(ScrollbarThemeOverlayTest, PaintInvalidation) {}

}  // namespace blink