| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index cf3eb94550d5402b4a2ecab27869cd5c80aa8030..457cb5044c9a455e9c1ddf241f0b7fd14b9c925d 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -139,9 +139,6 @@ class AURA_EXPORT Window : public ui::LayerDelegate {
|
| // Marks the a portion of window as needing to be painted.
|
| void SchedulePaintInRect(const gfx::Rect& rect);
|
|
|
| - // Sets the contents of the window.
|
| - void SetCanvas(const SkCanvas& canvas, const gfx::Point& origin);
|
| -
|
| // Assigns a new external texture to the window's layer.
|
| void SetExternalTexture(ui::Texture* texture);
|
|
|
|
|