| Index: views/widget/root_view.h
|
| ===================================================================
|
| --- views/widget/root_view.h (revision 100773)
|
| +++ views/widget/root_view.h (working copy)
|
| @@ -122,8 +122,9 @@
|
| virtual const ui::Compositor* GetCompositor() const OVERRIDE;
|
| virtual ui::Compositor* GetCompositor() OVERRIDE;
|
| virtual void MarkLayerDirty() OVERRIDE;
|
| - virtual void CalculateOffsetToAncestorWithLayer(gfx::Point* offset,
|
| - View** ancestor) OVERRIDE;
|
| + virtual void CalculateOffsetToAncestorWithLayer(
|
| + gfx::Point* offset,
|
| + ui::Layer** layer_parent) OVERRIDE;
|
|
|
| private:
|
| friend class View;
|
|
|