| Index: public/platform/WebGestureCurveTarget.h
|
| diff --git a/public/platform/WebGestureCurveTarget.h b/public/platform/WebGestureCurveTarget.h
|
| index a3c3338ebe494b5f5a2f8cc0a9abeaa0021d0034..1b8bfa830273130c495b230727320ee2b9b82ce8 100644
|
| --- a/public/platform/WebGestureCurveTarget.h
|
| +++ b/public/platform/WebGestureCurveTarget.h
|
| @@ -32,14 +32,7 @@ namespace blink {
|
|
|
| class WebGestureCurveTarget {
|
| public:
|
| - // TODO(jdduke): Make pure virtual when crrev.com/136173004 lands.
|
| - virtual bool scrollBy(const WebFloatSize& delta, const WebFloatSize& velocity) { return false; }
|
| -
|
| - // TODO(jdduke): Remove when crrev.com/136173004 lands.
|
| - virtual void scrollBy(const WebFloatSize& delta) { }
|
| -
|
| - // TODO(jdduke): Remove when crrev.com/136173004 lands.
|
| - virtual void notifyCurrentFlingVelocity(const WebFloatSize& velocity) { }
|
| + virtual bool scrollBy(const WebFloatSize& delta, const WebFloatSize& velocity) = 0;
|
|
|
| protected:
|
| virtual ~WebGestureCurveTarget() { }
|
|
|