Index: cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
diff --git a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
index 47964fda0adfb969e4ec1a29a640b80ee4e489b5..523d6a920c9c84b9b3422aecab46cbca94c475c4 100644 |
--- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
+++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
@@ -98,7 +98,7 @@ TEST_F(LayerTreeHostOnDemandRasterPixelTest, RasterPictureLayer) { |
scoped_refptr<PictureLayer> layer = PictureLayer::Create(&client); |
layer->SetIsDrawable(true); |
- layer->SetAnchorPoint(gfx::PointF()); |
+ layer->SetTransformOrigin(gfx::Point3F()); |
layer->SetBounds(layer_rect.size()); |
layer->SetPosition(layer_rect.origin()); |