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

Unified Diff: sky/viewer/converters/input_event_types.h

Issue 1235093002: Move sky_viewer into services/sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: again Created 5 years, 5 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/viewer/converters/basic_types.cc ('k') | sky/viewer/converters/input_event_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sky/viewer/converters/basic_types.cc ('k') | sky/viewer/converters/input_event_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698