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

Unified Diff: sky/shell/sky_main.h

Issue 893643002: Add a standalone SkyShell.apk for testing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address reviewer comments 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
« no previous file with comments | « sky/shell/library_loader.cc ('k') | sky/shell/sky_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/sky_main.h
diff --git a/sky/compositor/rasterizer.cc b/sky/shell/sky_main.h
similarity index 52%
copy from sky/compositor/rasterizer.cc
copy to sky/shell/sky_main.h
index e0eb2d5c189c617e86582c3b774a6fa35e23af65..6913690e894700112fc9e952b670a5a8a2f01ccc 100644
--- a/sky/compositor/rasterizer.cc
+++ b/sky/shell/sky_main.h
@@ -2,14 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sky/compositor/rasterizer.h"
+#ifndef SKY_SHELL_SKY_MAIN_H_
+#define SKY_SHELL_SKY_MAIN_H_
-namespace sky {
+#include <jni.h>
-Rasterizer::Rasterizer() {
-}
+namespace sky {
+namespace shell {
-Rasterizer::~Rasterizer() {
-}
+bool RegisterSkyMain(JNIEnv* env);
+} // namespace shell
} // namespace sky
+
+#endif // SKY_SHELL_SKY_MAIN_H_
« no previous file with comments | « sky/shell/library_loader.cc ('k') | sky/shell/sky_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698