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

Unified Diff: sky/shell/platform_view.h

Issue 1202323002: Port sky_shell to Linux for testing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/linux/platform_view_linux.cc ('k') | sky/shell/platform_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/platform_view.h
diff --git a/sky/shell/platform_view.h b/sky/shell/platform_view.h
index 4fb3618cc59e078cf5cc05ebede5d4a991a4ec57..b09980edf9ad2939ab2b8344e7c60eead555df4c 100644
--- a/sky/shell/platform_view.h
+++ b/sky/shell/platform_view.h
@@ -15,6 +15,9 @@ namespace shell {
class PlatformView {
public:
struct Config {
+ Config();
+ ~Config();
+
base::WeakPtr<UIDelegate> ui_delegate;
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner;
};
« no previous file with comments | « sky/shell/linux/platform_view_linux.cc ('k') | sky/shell/platform_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698