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

Unified Diff: ash/shell_init_params.h

Issue 273073002: Changes code using Compositor to pass in ContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tooltip on chromeos Created 6 years, 7 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 | « ash/shell/window_watcher_unittest.cc ('k') | ash/shell_init_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_init_params.h
diff --git a/ash/shell_init_params.h b/ash/shell_init_params.h
index 52b894e0e8b35b714dd96d460b553e960298c498..9a681fae4fe2587a448b56d63dbc363051117fe3 100644
--- a/ash/shell_init_params.h
+++ b/ash/shell_init_params.h
@@ -13,6 +13,10 @@
#include "ash/ash_export.h"
+namespace ui {
+class ContextFactory;
+}
+
namespace ash {
class ShellDelegate;
@@ -23,6 +27,8 @@ struct ASH_EXPORT ShellInitParams {
ShellDelegate* delegate;
+ ui::ContextFactory* context_factory;
+
#if defined(OS_WIN)
HWND remote_hwnd;
#endif
« no previous file with comments | « ash/shell/window_watcher_unittest.cc ('k') | ash/shell_init_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698