Chromium Code Reviews| 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) { |