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

Unified Diff: components/exo/surface_unittest.cc

Issue 2563783002: ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate (Closed)
Patch Set: Restore mash Created 4 years 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 | « components/exo/surface.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/surface_unittest.cc
diff --git a/components/exo/surface_unittest.cc b/components/exo/surface_unittest.cc
index 2e82a57a858016ac59592b05b5d916e7e8215b4f..f48ea711054a7277d9e09e9bf7e0bdff281f43f6 100644
--- a/components/exo/surface_unittest.cc
+++ b/components/exo/surface_unittest.cc
@@ -195,7 +195,7 @@ TEST_F(SurfaceTest, SetCrop) {
const cc::CompositorFrame& GetFrameFromSurface(Surface* surface) {
cc::SurfaceId surface_id = surface->GetSurfaceId();
cc::SurfaceManager* surface_manager =
- aura::Env::GetInstance()->context_factory()->GetSurfaceManager();
+ aura::Env::GetInstance()->context_factory_private()->GetSurfaceManager();
const cc::CompositorFrame& frame =
surface_manager->GetSurfaceForId(surface_id)->GetEligibleFrame();
return frame;
« no previous file with comments | « components/exo/surface.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698