Index: views/widget/widget.h |
=================================================================== |
--- views/widget/widget.h (revision 100773) |
+++ views/widget/widget.h (working copy) |
@@ -505,7 +505,8 @@ |
// Invokes method of same name on the NativeWidget. |
void MarkLayerDirty(); |
- void CalculateOffsetToAncestorWithLayer(gfx::Point* offset, View** ancestor); |
+ void CalculateOffsetToAncestorWithLayer(gfx::Point* offset, |
+ ui::Layer** layer_parent); |
// Notifies assistive technology that an accessibility event has |
// occurred on |view|, such as when the view is focused or when its |