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

Unified Diff: sky/shell/library_loader.cc

Issue 890803004: SkyShell should be able to draw a green square with GL (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
Index: sky/shell/library_loader.cc
diff --git a/sky/shell/library_loader.cc b/sky/shell/library_loader.cc
index 9eb74b1843d2dfb409c87030dce251f4f8737c6e..0a283084bf1cce9d71346afa651e1f6979e844cf 100644
--- a/sky/shell/library_loader.cc
+++ b/sky/shell/library_loader.cc
@@ -8,11 +8,13 @@
#include "base/android/library_loader/library_loader_hooks.h"
#include "base/logging.h"
#include "sky/shell/sky_main.h"
+#include "sky/shell/sky_view.h"
namespace {
base::android::RegistrationMethod kSkyRegisteredMethods[] = {
eseidel1 2015/01/31 07:42:50 I'm not sure what this does.
{"SkyMain", sky::shell::RegisterSkyMain},
+ {"SkyView", sky::shell::SkyView::Register},
};
bool RegisterMojoJni(JNIEnv* env) {

Powered by Google App Engine
This is Rietveld 408576698