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

Unified Diff: components/exo/surface_unittest.cc

Issue 2676373004: Implement service-side surface synchronization (Closed)
Patch Set: Better unit test name Created 3 years, 10 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: components/exo/surface_unittest.cc
diff --git a/components/exo/surface_unittest.cc b/components/exo/surface_unittest.cc
index 111271598eb23a6a182b41ae41d5ea467c732d67..dc67d75787436bf76ed1992d2c00c946ca0517b8 100644
--- a/components/exo/surface_unittest.cc
+++ b/components/exo/surface_unittest.cc
@@ -98,7 +98,7 @@ const cc::CompositorFrame& GetFrameFromSurface(Surface* surface) {
cc::SurfaceManager* surface_manager =
aura::Env::GetInstance()->context_factory_private()->GetSurfaceManager();
const cc::CompositorFrame& frame =
- surface_manager->GetSurfaceForId(surface_id)->GetEligibleFrame();
+ surface_manager->GetSurfaceForId(surface_id)->GetActiveFrame();
return frame;
}
« cc/surfaces/surface_dependency_tracker.cc ('K') | « cc/surfaces/surface_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698