// 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_H_ #define CC_INPUT_SCROLL_STATE_H_ #include "cc/cc_export.h" #include "cc/input/scroll_state_data.h" #include "ui/gfx/geometry/vector2d_f.h" namespace cc { // ScrollState is based on the proposal for scroll customization in blink, found // here: https://goo.gl/1ipTpP. class CC_EXPORT ScrollState { … }; } // namespace cc #endif // CC_INPUT_SCROLL_STATE_H_