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

Unified Diff: samples/android_sample/jni/input_service.h

Issue 11467028: Migrate files to embedder. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review fixes Created 7 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 | « samples/android_sample/jni/input_handler.h ('k') | samples/android_sample/jni/input_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/android_sample/jni/input_service.h
diff --git a/samples/android_sample/jni/input_service.h b/samples/android_sample/jni/input_service.h
deleted file mode 100644
index 329b71dfc3f1a99873615b09dc784f12c18b4ab7..0000000000000000000000000000000000000000
--- a/samples/android_sample/jni/input_service.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-#ifndef INPUTSERVICE_H
-#define INPUTSERVICE_H
-
-#include <android_native_app_glue.h>
-#include "jni/input_handler.h"
-#include "jni/types.h"
-#include "jni/vm_glue.h"
-
-class InputService : public InputHandler {
- public:
- InputService(android_app* application,
- VMGlue* vm_glue,
- const int32_t& width,
- const int32_t& height);
-
- public:
- int32_t Start();
- bool OnTouchEvent(AInputEvent* event);
- bool OnKeyEvent(AInputEvent* event);
-
- private:
- android_app* application_;
- VMGlue* vm_glue_;
- const int32_t& width_, &height_;
-};
-
-#endif
« no previous file with comments | « samples/android_sample/jni/input_handler.h ('k') | samples/android_sample/jni/input_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698