| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index e433873f1e56fc9c62142d3bcacc659c064b4f6f..3d0a8b544145fc23a7a42aae5830e89e928c8c9a 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -1066,15 +1066,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
|
|
| // Accelerated painting ------------------------------------------------------
|
|
|
| - // This creates a layer for the view, if one does not exist. It then
|
| - // passes the texture to a layer associated with the view. While an external
|
| - // texture is set, the view will not update the layer contents.
|
| - //
|
| - // |texture| cannot be NULL.
|
| - //
|
| - // Returns false if it cannot create a layer to which to assign the texture.
|
| - bool SetExternalTexture(ui::Texture* texture);
|
| -
|
| // Returns the offset from this view to the nearest ancestor with a layer. If
|
| // |layer_parent| is non-NULL it is set to the nearest ancestor with a layer.
|
| virtual gfx::Vector2d CalculateOffsetToAncestorWithLayer(
|
|
|