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

Unified Diff: mojo/services/native_viewport/android/mojo_viewport.cc

Issue 56243003: Fix clang build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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/services/native_viewport/android/mojo_viewport.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/native_viewport/android/mojo_viewport.cc
diff --git a/mojo/services/native_viewport/android/mojo_viewport.cc b/mojo/services/native_viewport/android/mojo_viewport.cc
index 97357da18f77833e87dfeba13a90a64b4c9a30e7..39615669d9ff2285b355031f6b706f2cfa2ead21 100644
--- a/mojo/services/native_viewport/android/mojo_viewport.cc
+++ b/mojo/services/native_viewport/android/mojo_viewport.cc
@@ -14,6 +14,12 @@
namespace mojo {
namespace services {
+MojoViewportInit::MojoViewportInit() {
+}
+
+MojoViewportInit::~MojoViewportInit() {
+}
+
static jint Init(JNIEnv* env, jclass obj, jint jinit) {
MojoViewportInit* init = reinterpret_cast<MojoViewportInit*>(jinit);
MojoViewport* viewport = new MojoViewport(init);
« no previous file with comments | « mojo/services/native_viewport/android/mojo_viewport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698