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