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

Unified Diff: cc/trees/layer_tree_host_unittest_video.cc

Issue 2716733007: cc: Rename LayerImpl::render_surface to GetRenderSurface (Closed)
Patch Set: 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
« no previous file with comments | « cc/trees/layer_tree_host_unittest_occlusion.cc ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest_video.cc
diff --git a/cc/trees/layer_tree_host_unittest_video.cc b/cc/trees/layer_tree_host_unittest_video.cc
index 51e90ce3ee25d80560d3c33c105a4f22c7a4d611..ae48abaa7b31853643eff6c7d5afec3694a2ed49 100644
--- a/cc/trees/layer_tree_host_unittest_video.cc
+++ b/cc/trees/layer_tree_host_unittest_video.cc
@@ -48,7 +48,7 @@ class LayerTreeHostVideoTestSetNeedsDisplay
LayerTreeHostImpl::FrameData* frame,
DrawResult draw_result) override {
LayerImpl* root_layer = host_impl->active_tree()->root_layer_for_testing();
- RenderSurfaceImpl* root_surface = root_layer->render_surface();
+ RenderSurfaceImpl* root_surface = root_layer->GetRenderSurface();
gfx::Rect damage_rect;
EXPECT_TRUE(
root_surface->damage_tracker()->GetDamageRectIfValid(&damage_rect));
« no previous file with comments | « cc/trees/layer_tree_host_unittest_occlusion.cc ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698