Index: ui/gfx/compositor/layer.h |
diff --git a/ui/gfx/compositor/layer.h b/ui/gfx/compositor/layer.h |
index b1477cbbf456e10efc33f57ef6b02d4177620193..ab21b8cbb34c52fd1fa65f0eac5756988349a243 100644 |
--- a/ui/gfx/compositor/layer.h |
+++ b/ui/gfx/compositor/layer.h |
@@ -163,9 +163,6 @@ class COMPOSITOR_EXPORT Layer : |
// single-compositor world. |
void SetExternalTexture(ui::Texture* texture); |
- // Resets the canvas of the texture. |
- void SetCanvas(const SkCanvas& canvas, const gfx::Point& origin); |
- |
// Adds |invalid_rect| to the Layer's pending invalid rect and calls |
// ScheduleDraw(). |
void SchedulePaint(const gfx::Rect& invalid_rect); |