Chromium Code Reviews| Index: cc/layers/surface_layer.h |
| diff --git a/cc/layers/surface_layer.h b/cc/layers/surface_layer.h |
| index a7b16abdac0f603b7fecf1e7ee28046ee666b57e..425dd39f800e629cc05799d6357da0c0c70da1d7 100644 |
| --- a/cc/layers/surface_layer.h |
| +++ b/cc/layers/surface_layer.h |
| @@ -24,9 +24,10 @@ class CC_EXPORT SurfaceLayer : public Layer { |
| static scoped_refptr<SurfaceLayer> Create( |
| scoped_refptr<SurfaceReferenceFactory> ref_factory); |
| + void SetSurfaceInfo(const SurfaceInfo& surface_info); |
| + |
| // When stretch_content_to_fill_bounds is true, scale is unused. |
|
danakj
2017/01/09 19:37:12
I think this comment doesn't quite work now, which
|
| - void SetSurfaceInfo(const SurfaceInfo& surface_info, |
| - bool stretch_content_to_fill_bounds); |
| + void SetStretchContentToFillBounds(bool stretch_content_to_fill_bounds); |
| // Layer overrides. |
| std::unique_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override; |