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: mojo/services/native_viewport/native_viewport_android.h

Issue 93793009: Implement ServiceManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Allow Android to be built Created 7 years 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: mojo/services/native_viewport/native_viewport_android.h
diff --git a/mojo/services/native_viewport/native_viewport_android.h b/mojo/services/native_viewport/native_viewport_android.h
index c4560338f6f9701a14fa3b6b75bb49823489e89a..bad3032d9edee7a6b58aaa755021720e24f2cf86 100644
--- a/mojo/services/native_viewport/native_viewport_android.h
+++ b/mojo/services/native_viewport/native_viewport_android.h
@@ -9,6 +9,7 @@
#include "base/android/scoped_java_ref.h"
#include "base/memory/weak_ptr.h"
#include "mojo/services/native_viewport/native_viewport.h"
+#include "mojo/services/native_viewport/native_viewport_export.h"
#include "ui/events/event_constants.h"
#include "ui/gfx/sequential_id_generator.h"
#include "ui/gfx/size.h"
@@ -22,9 +23,10 @@ struct ANativeWindow;
namespace mojo {
namespace services {
-class NativeViewportAndroid : public NativeViewport {
+class MOJO_NATIVE_VIEWPORT_EXPORT NativeViewportAndroid
+ : public NativeViewport {
public:
- static bool Register(JNIEnv* env);
+ static MOJO_NATIVE_VIEWPORT_EXPORT bool Register(JNIEnv* env);
explicit NativeViewportAndroid(shell::Context* context,
NativeViewportDelegate* delegate);
« no previous file with comments | « mojo/services/native_viewport/native_viewport.h ('k') | mojo/services/native_viewport/native_viewport_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698