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

Unified Diff: ash/shell.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/host/ash_window_tree_host_x11_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index e889131b95beca21793ddde3e57a98c6cf693080..313594935cb0d52f2ea6e186a4d3283db5da4795 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -49,6 +49,7 @@ class Rect;
}
namespace ui {
+class ContextFactory;
class DisplayConfigurator;
class Layer;
class UserActivityPowerManagerNotifier;
@@ -579,7 +580,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
typedef std::pair<aura::Window*, gfx::Rect> WindowAndBoundsPair;
// Takes ownership of |delegate|.
- explicit Shell(ShellDelegate* delegate);
+ Shell(ShellDelegate* delegate, ui::ContextFactory* context_factory);
virtual ~Shell();
void Init(const ShellInitParams& init_params);
« no previous file with comments | « ash/host/ash_window_tree_host_x11_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698