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

Unified Diff: blimp/engine/session/blimp_engine_session.h

Issue 1830293003: Remove BlimpUiContextFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove blink/engine deps Created 4 years, 9 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 | « blimp/engine/app/ui/blimp_window_tree_host.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/session/blimp_engine_session.h
diff --git a/blimp/engine/session/blimp_engine_session.h b/blimp/engine/session/blimp_engine_session.h
index 1298c77036fc52614564f5792f9d211d293697dc..75bde2ec5e1c81547b75b3d19853e7993e973831 100644
--- a/blimp/engine/session/blimp_engine_session.h
+++ b/blimp/engine/session/blimp_engine_session.h
@@ -61,7 +61,6 @@ class BlimpBrowserContext;
class BlimpEngineConfig;
class BlimpFocusClient;
class BlimpScreen;
-class BlimpUiContextFactory;
class BlimpWindowTreeHost;
class EngineNetworkComponents;
@@ -161,9 +160,6 @@ class BlimpEngineSession
// Presents the client's single screen.
scoped_ptr<BlimpScreen> screen_;
- // Context factory for compositor.
- scoped_ptr<BlimpUiContextFactory> context_factory_;
-
// Represents the (currently single) browser window into which tab(s) will
// be rendered.
scoped_ptr<BlimpWindowTreeHost> window_tree_host_;
« no previous file with comments | « blimp/engine/app/ui/blimp_window_tree_host.cc ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698