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

Unified Diff: webkit/glue/webkitplatformsupport_impl.h

Issue 11280255: Removed reference to unnecessary WebFlingAnimator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: working on device Created 8 years, 1 month 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
Index: webkit/glue/webkitplatformsupport_impl.h
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
index 1d719f512790acd0e8f3a4ef12377e496361210b..5bbea4863b523b5cd96139b36f28c7dd75af4ea1 100644
--- a/webkit/glue/webkitplatformsupport_impl.h
+++ b/webkit/glue/webkitplatformsupport_impl.h
@@ -32,7 +32,6 @@ struct WebPluginInfo;
}
namespace WebKit {
-class WebFlingAnimator;
class WebSocketStreamHandle;
}
@@ -154,10 +153,6 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
virtual void didStopWorkerRunLoop(
const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
-#if defined(OS_ANDROID)
- virtual WebKit::WebFlingAnimator* createFlingAnimator();
-#endif
-
virtual WebKit::WebGestureCurve* createFlingAnimationCurve(
int device_source,
const WebKit::WebFloatPoint& velocity,

Powered by Google App Engine
This is Rietveld 408576698