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

Unified Diff: cc/test/test_compositor_frame_sink.h

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: cc/test/test_compositor_frame_sink.h
diff --git a/cc/test/test_compositor_frame_sink.h b/cc/test/test_compositor_frame_sink.h
index fc14a4104bbd2ffb873bbeb83f9221f57c2e445f..7030aca85701494b8094e10d9654636c90b074cd 100644
--- a/cc/test/test_compositor_frame_sink.h
+++ b/cc/test/test_compositor_frame_sink.h
@@ -85,7 +85,7 @@ class TestCompositorFrameSink : public CompositorFrameSink,
// CompositorFrameSink is owned/destroyed on the compositor thread.
std::unique_ptr<SurfaceManager> surface_manager_;
std::unique_ptr<SurfaceIdAllocator> surface_id_allocator_;
- SurfaceId delegated_surface_id_;
+ LocalFrameId delegated_local_frame_id_;
// Uses surface_manager_.
std::unique_ptr<SurfaceFactory> surface_factory_;

Powered by Google App Engine
This is Rietveld 408576698