| Index: ui/gfx/compositor/layer.h
|
| diff --git a/ui/gfx/compositor/layer.h b/ui/gfx/compositor/layer.h
|
| index ab6599e85ece19e96be7f0ed756612b084c4162a..b3adc3bbb1d9d90f4d140c28989b725fc1af264d 100644
|
| --- a/ui/gfx/compositor/layer.h
|
| +++ b/ui/gfx/compositor/layer.h
|
| @@ -171,9 +171,6 @@ class COMPOSITOR_EXPORT Layer :
|
| // single-compositor world.
|
| void SetExternalTexture(ui::Texture* texture);
|
|
|
| - // Resets the canvas of the texture. May only be called for LAYER_TEXTURED.
|
| - void SetCanvas(const SkCanvas& canvas, const gfx::Point& origin);
|
| -
|
| // Sets the layer's fill color. May only be called for LAYER_SOLID_COLOR.
|
| void SetColor(SkColor color);
|
|
|
|
|