Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Unified Diff: webkit/child/fling_curve_configuration.h

Issue 148333009: Move webkit/child/webkitplatformsupport_child_impl to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for Windows and Android builds, plus fix nits Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/test_webkit_platform_support.h ('k') | webkit/child/webfallbackthemeengine_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « content/test/test_webkit_platform_support.h ('k') | webkit/child/webfallbackthemeengine_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698