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

Unified Diff: sky/engine/public/platform/Platform.h

Issue 871683002: Remove a number of unused features from WebViewImpl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « sky/engine/public/BUILD.gn ('k') | sky/engine/public/platform/WebGestureCurve.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/Platform.h
diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
index 17ab8b4359712200cfa6eb8fb104040518b2b68f..fd16511cb9573597747e899feae2bd9e84752970 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -59,8 +59,6 @@ class WebConvertableToTraceFormat;
class WebDiscardableMemory;
class WebFallbackThemeEngine;
class WebFlingAnimator;
-class WebGestureCurveTarget;
-class WebGestureCurve;
class WebGraphicsContext3DProvider;
class WebSandboxSupport;
struct WebFloatPoint;
@@ -355,10 +353,6 @@ public:
virtual WebFlingAnimator* createFlingAnimator() { return 0; }
- // Creates a new fling animation curve instance for device |deviceSource|
- // with |velocity| and already scrolled |cumulativeScroll| pixels.
- virtual WebGestureCurve* createFlingAnimationCurve(WebGestureDevice deviceSource, const WebFloatPoint& velocity, const WebSize& cumulativeScroll) { return 0; }
-
protected:
virtual ~Platform() { }
};
« no previous file with comments | « sky/engine/public/BUILD.gn ('k') | sky/engine/public/platform/WebGestureCurve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698