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

Unified Diff: ui/views/widget/desktop_aura/desktop_window_tree_host.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
Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h
diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
index 26925b672ff14657c27e70c651a01e2a888ff7c4..1a1ed3cb400dbdb9efec539153061b391d65ab96 100644
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
@@ -26,6 +26,7 @@ class Rect;
}
namespace ui {
+class ContextFactory;
class NativeTheme;
}
@@ -54,7 +55,8 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
// Sets up resources needed before the WindowEventDispatcher has been created.
virtual void Init(aura::Window* content_window,
- const Widget::InitParams& params) = 0;
+ const Widget::InitParams& params,
+ ui::ContextFactory* context_factory) = 0;
// Invoked once the DesktopNativeWidgetAura has been created.
virtual void OnNativeWidgetCreated(const Widget::InitParams& params) = 0;

Powered by Google App Engine
This is Rietveld 408576698