| Index: views/widget/native_widget_win.cc
|
| ===================================================================
|
| --- views/widget/native_widget_win.cc (revision 100773)
|
| +++ views/widget/native_widget_win.cc (working copy)
|
| @@ -558,8 +558,9 @@
|
| void NativeWidgetWin::MarkLayerDirty() {
|
| }
|
|
|
| -void NativeWidgetWin::CalculateOffsetToAncestorWithLayer(gfx::Point* offset,
|
| - View** ancestor) {
|
| +void NativeWidgetWin::CalculateOffsetToAncestorWithLayer(
|
| + gfx::Point* offset,
|
| + ui::Layer** layer_parent) {
|
| }
|
|
|
| void NativeWidgetWin::ViewRemoved(View* view) {
|
|
|