| Index: webkit/child/fling_curve_configuration.h
|
| diff --git a/webkit/child/fling_curve_configuration.h b/webkit/child/fling_curve_configuration.h
|
| index a23e2c9ebc00982da441109f84c1da38aca1d8ff..3ea954f40523848cb6e48375ad6d0de93ffa9b4c 100644
|
| --- a/webkit/child/fling_curve_configuration.h
|
| +++ b/webkit/child/fling_curve_configuration.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/synchronization/lock.h"
|
| #include "third_party/WebKit/public/platform/WebFloatPoint.h"
|
| #include "third_party/WebKit/public/platform/WebSize.h"
|
| +#include "webkit/child/webkit_child_export.h"
|
|
|
| namespace blink {
|
| class WebGestureCurve;
|
| @@ -19,7 +20,7 @@ namespace webkit_glue {
|
|
|
| // A class to manage dynamically adjustable parameters controlling the
|
| // shape of the fling deacceleration function.
|
| -class FlingCurveConfiguration {
|
| +class WEBKIT_CHILD_EXPORT FlingCurveConfiguration {
|
| public:
|
| FlingCurveConfiguration();
|
| virtual ~FlingCurveConfiguration();
|
|
|