// 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. #ifndef CC_INPUT_SCROLL_STATE_DATA_H_ #define CC_INPUT_SCROLL_STATE_DATA_H_ #include <stdint.h> #include "cc/cc_export.h" #include "cc/input/main_thread_scrolling_reason.h" #include "cc/trees/property_tree.h" #include "ui/events/types/scroll_types.h" namespace cc { class CC_EXPORT ScrollStateData { … }; } // namespace cc #endif // CC_INPUT_SCROLL_STATE_DATA_H_