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

Unified Diff: mojo/runner/android/library_loader.cc

Issue 1180573004: android: Introduce a ui::PlatformWindow implementation for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix-win-gn Created 5 years, 6 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 | « mojo/runner/BUILD.gn ('k') | ui/platform_window/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/library_loader.cc
diff --git a/mojo/runner/android/library_loader.cc b/mojo/runner/android/library_loader.cc
index 7ed3497ed0ad628a67339b55a77f611cc90ea431..8eb0f04270bb4fd1f433b383e38d6613a55bce00 100644
--- a/mojo/runner/android/library_loader.cc
+++ b/mojo/runner/android/library_loader.cc
@@ -7,16 +7,15 @@
#include "base/android/jni_android.h"
#include "base/android/jni_registrar.h"
#include "base/bind.h"
-#include "components/view_manager/native_viewport/platform_viewport_android.h"
#include "mojo/runner/android/android_handler.h"
#include "mojo/runner/android/main.h"
+#include "ui/platform_window/android/platform_window_android.h"
namespace {
base::android::RegistrationMethod kMojoRegisteredMethods[] = {
{"AndroidHandler", mojo::runner::RegisterAndroidHandlerJni},
- {"PlatformViewportAndroid",
- native_viewport::PlatformViewportAndroid::Register},
+ {"PlatformWindowAndroid", ui::PlatformWindowAndroid::Register},
{"ShellMain", mojo::runner::RegisterShellMain},
};
« no previous file with comments | « mojo/runner/BUILD.gn ('k') | ui/platform_window/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698