| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index 64114406f661d2b469c5fb460483c911e03b6073..1f3ad1df671df138cad9aa0ead2b9c88be7da3f5 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -354,7 +354,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate {
|
| void NotifyRemovingFromRootWindow();
|
|
|
| // Overridden from ui::LayerDelegate:
|
| - virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void OnPaintLayer(gfx::CanvasSkia* canvas) OVERRIDE;
|
|
|
| // Updates the layer name with a name based on the window's name and id.
|
| void UpdateLayerName(const std::string& name);
|
|
|