| Index: content/browser/renderer_host/input/web_input_event_builders_android.h
|
| diff --git a/content/browser/renderer_host/input/web_input_event_builders_android.h b/content/browser/renderer_host/input/web_input_event_builders_android.h
|
| index 656c23375cb43439209d0b74e701517a9f734cd4..49b0a65baaa74a71a39a88d5877f22a2a80a94f9 100644
|
| --- a/content/browser/renderer_host/input/web_input_event_builders_android.h
|
| +++ b/content/browser/renderer_host/input/web_input_event_builders_android.h
|
| @@ -57,12 +57,6 @@ class WebGestureEventBuilder {
|
| int y);
|
| };
|
|
|
| -class WebTouchEventBuilder {
|
| - public:
|
| - static blink::WebTouchEvent Build(const MotionEventAndroid& event,
|
| - float scale);
|
| -};
|
| -
|
| } // namespace content
|
|
|
| #endif // CONTENT_BROWSER_RENDERER_HOST_INPUT_WEB_INPUT_EVENT_BUILDERS_ANDROID_H_
|
|
|