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

Unified Diff: ui/aura/test/test_screen.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 | « ui/aura/test/aura_test_helper.cc ('k') | ui/aura/test/test_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_screen.h
diff --git a/ui/aura/test/test_screen.h b/ui/aura/test/test_screen.h
index 28351d20d39312ae406c379b89abfe5636c9e71d..1b14a37b42be258355812e976081e3a04322eae6 100644
--- a/ui/aura/test/test_screen.h
+++ b/ui/aura/test/test_screen.h
@@ -15,6 +15,10 @@ class Rect;
class Transform;
}
+namespace ui {
+class ContextFactory;
+}
+
namespace aura {
class Window;
class WindowTreeHost;
@@ -28,7 +32,8 @@ class TestScreen : public gfx::Screen,
static TestScreen* CreateFullscreen();
virtual ~TestScreen();
- WindowTreeHost* CreateHostForPrimaryDisplay();
+ WindowTreeHost* CreateHostForPrimaryDisplay(
+ ui::ContextFactory* context_factory);
void SetDeviceScaleFactor(float device_scale_fator);
void SetDisplayRotation(gfx::Display::Rotation rotation);
« no previous file with comments | « ui/aura/test/aura_test_helper.cc ('k') | ui/aura/test/test_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698