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

Unified Diff: ui/display/android/jni_registrar.h

Issue 2416403002: Reland of Android: support multiple displays on C++ side (Closed)
Patch Set: Ensure primary display. New jni scheme Created 4 years, 2 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
Index: ui/display/android/jni_registrar.h
diff --git a/ui/display/android/jni_registrar.h b/ui/display/android/jni_registrar.h
new file mode 100644
index 0000000000000000000000000000000000000000..5d33b14ab787835eff16dd3e672f564703ae58d4
--- /dev/null
+++ b/ui/display/android/jni_registrar.h
@@ -0,0 +1,18 @@
+// 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 UI_DISPLAY_ANDROID_JNI_REGISTRAR_H_
+#define UI_DISPLAY_ANDROID_JNI_REGISTRAR_H_
+
+#include <jni.h>
+
+#include "ui/display/display_export.h"
+
+namespace display {
+
+DISPLAY_EXPORT bool RegisterJni(JNIEnv* env);
+
+} // namespace display
+
+#endif // UI_DISPLAY_ANDROID_JNI_REGISTRAR_H_

Powered by Google App Engine
This is Rietveld 408576698