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

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

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 | « no previous file | mojo/services/native_viewport/android/mojo_viewport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/native_viewport/android/mojo_viewport.h
diff --git a/mojo/services/native_viewport/android/mojo_viewport.h b/mojo/services/native_viewport/android/mojo_viewport.h
index 0236430c5accf7fdf447f537866740bea2ea93d4..f4dec2325ca39fc9f3bef8e505a1e1e49ad85066 100644
--- a/mojo/services/native_viewport/android/mojo_viewport.h
+++ b/mojo/services/native_viewport/android/mojo_viewport.h
@@ -20,6 +20,9 @@ namespace mojo {
namespace services {
struct MojoViewportInit {
+ MojoViewportInit();
+ ~MojoViewportInit();
+
scoped_refptr<base::SingleThreadTaskRunner> ui_runner;
base::WeakPtr<NativeViewportAndroid> native_viewport;
};
« no previous file with comments | « no previous file | mojo/services/native_viewport/android/mojo_viewport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698