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

Unified Diff: services/ui/ws/window_tree_client_unittest.cc

Issue 2661543002: Rename LocalFrameId to LocalSurfaceId (Closed)
Patch Set: c Created 3 years, 11 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: services/ui/ws/window_tree_client_unittest.cc
diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
index be83a282fe5d567e8575315e19895ab33ac2cefd..134c3420d0c68b4ae16ae3bcfbb89f534ea241fc 100644
--- a/services/ui/ws/window_tree_client_unittest.cc
+++ b/services/ui/ws/window_tree_client_unittest.cc
@@ -2174,8 +2174,8 @@ TEST_F(WindowTreeClientTest, SurfaceIdPropagation) {
render_pass->SetNew(1, frame_rect, frame_rect, gfx::Transform());
compositor_frame.render_pass_list.push_back(std::move(render_pass));
compositor_frame.metadata.device_scale_factor = 1.f;
- cc::LocalFrameId local_frame_id(1, base::UnguessableToken::Create());
- surface_ptr->SubmitCompositorFrame(local_frame_id,
+ cc::LocalSurfaceId local_surface_id(1, base::UnguessableToken::Create());
+ surface_ptr->SubmitCompositorFrame(local_surface_id,
std::move(compositor_frame));
// Make sure the parent connection gets the surface ID.
wt_client1()->WaitForChangeCount(1);

Powered by Google App Engine
This is Rietveld 408576698