Index: views/widget/native_widget_wayland.cc |
=================================================================== |
--- views/widget/native_widget_wayland.cc (revision 100773) |
+++ views/widget/native_widget_wayland.cc (working copy) |
@@ -180,12 +180,9 @@ |
return compositor_.get(); |
} |
-void NativeWidgetWayland::MarkLayerDirty() { |
-} |
- |
void NativeWidgetWayland::CalculateOffsetToAncestorWithLayer( |
gfx::Point* offset, |
- View** ancestor) { |
+ ui::Layer** layer_parent) { |
} |
void NativeWidgetWayland::ViewRemoved(View* view) { |