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

Unified Diff: components/exo/surface_unittest.cc

Issue 2388753003: Introduce cc::LocalFrameId and use in SurfaceFactory (Closed)
Patch Set: Fix exo_unittests Created 4 years, 2 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 cb41e575fc3bf712337888f08fb365830ef4509c..872f03c0da372d58e8277aa4ffc82db6eda008bb 100644
--- a/components/exo/surface_unittest.cc
+++ b/components/exo/surface_unittest.cc
@@ -189,7 +189,7 @@ TEST_F(SurfaceTest, SetCrop) {
}
const cc::DelegatedFrameData* GetFrameFromSurface(Surface* surface) {
- cc::SurfaceId surface_id = surface->surface_id();
+ cc::SurfaceId surface_id = surface->GetSurfaceId();
cc::SurfaceManager* surface_manager =
aura::Env::GetInstance()->context_factory()->GetSurfaceManager();
const cc::CompositorFrame& frame =

Powered by Google App Engine
This is Rietveld 408576698