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

Unified Diff: cc/ipc/cc_param_traits_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
« no previous file with comments | « cc/ipc/cc_param_traits.cc ('k') | cc/ipc/local_frame_id.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/cc_param_traits_unittest.cc
diff --git a/cc/ipc/cc_param_traits_unittest.cc b/cc/ipc/cc_param_traits_unittest.cc
index 9b1aec153020f5d68f4624c48d72026c089d0df7..9f1ea9f3fbb3fc06b08c52fac422895123e1b469 100644
--- a/cc/ipc/cc_param_traits_unittest.cc
+++ b/cc/ipc/cc_param_traits_unittest.cc
@@ -378,7 +378,7 @@ TEST_F(CCParamTraitsTest, AllQuads) {
cc::SurfaceId arbitrary_surface_id(
kArbitraryFrameSinkId,
- cc::LocalFrameId(3, base::UnguessableToken::Create()));
+ cc::LocalSurfaceId(3, base::UnguessableToken::Create()));
SurfaceDrawQuad* surface_in =
pass_in->CreateAndAppendDrawQuad<SurfaceDrawQuad>();
surface_in->SetAll(shared_state3_in, arbitrary_rect2,
« no previous file with comments | « cc/ipc/cc_param_traits.cc ('k') | cc/ipc/local_frame_id.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698