blob: 623c8c1b85416c6311b57c28f3f5046abdf4e068 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MainThreadScrollingReason_h
#define MainThreadScrollingReason_h
#include "cc/input/main_thread_scrolling_reason.h"
namespace blink {
// A wrapper around cc's structure to expose it to core.
struct MainThreadScrollingReason : public cc::MainThreadScrollingReason {};
} // namespace blink
#endif