Index: sky/viewer/converters/input_event_types.h |
diff --git a/sky/viewer/converters/input_event_types.h b/sky/viewer/converters/input_event_types.h |
deleted file mode 100644 |
index f62bcf00ccadf7b7ce6c4627a68109cd68eb89b5..0000000000000000000000000000000000000000 |
--- a/sky/viewer/converters/input_event_types.h |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef SKY_VIEWER_CONVERTERS_INPUT_EVENT_TYPES_H_ |
-#define SKY_VIEWER_CONVERTERS_INPUT_EVENT_TYPES_H_ |
- |
-#include "base/memory/scoped_ptr.h" |
-#include "mojo/services/input_events/public/interfaces/input_events.mojom.h" |
- |
-namespace blink { |
-class WebInputEvent; |
-} |
- |
-namespace ui { |
-class GestureEvent; |
-} |
- |
-namespace sky { |
- |
-scoped_ptr<blink::WebInputEvent> ConvertEvent(const mojo::EventPtr& event, |
- float device_pixel_ratio); |
- |
-scoped_ptr<blink::WebInputEvent> ConvertEvent(const ui::GestureEvent& event, |
- float device_pixel_ratio); |
-} |
- |
-#endif // SKY_VIEWER_CONVERTERS_INPUT_EVENT_TYPES_H_ |