From 3b8b2bf9055bcfe082caab8d62e2162db3f78a00 Mon Sep 17 00:00:00 2001 From: danakj Date: Wed, 17 Jun 2015 20:09:01 -0700 Subject: cc: Remove LayerImpl::SetContentBounds() The method is now empty, remove all callsites, which are by far mostly all tests at this point. R=enne, vmpstr BUG=413479 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1180073015 Cr-Commit-Position: refs/heads/master@{#334989} --- cc/layers/io_surface_layer_impl_unittest.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'cc/layers/io_surface_layer_impl_unittest.cc') diff --git a/cc/layers/io_surface_layer_impl_unittest.cc b/cc/layers/io_surface_layer_impl_unittest.cc index 1c9256c..0ef2ec8 100644 --- a/cc/layers/io_surface_layer_impl_unittest.cc +++ b/cc/layers/io_surface_layer_impl_unittest.cc @@ -19,7 +19,6 @@ TEST(IOSurfaceLayerImplTest, Occlusion) { IOSurfaceLayerImpl* io_surface_layer_impl = impl.AddChildToRoot(); io_surface_layer_impl->SetBounds(layer_size); - io_surface_layer_impl->SetContentBounds(layer_size); io_surface_layer_impl->SetDrawsContent(true); io_surface_layer_impl->SetIOSurfaceProperties(1, gfx::Size(1, 1)); -- cgit v1.1