Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index 51a5de14a973d64e8bb8dfb294937d2c9e2e9275..d6bd9cf3606f74ee0e3dacc525fc8bb38e3fb3f0 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -570,12 +570,8 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
const ui::Compositor* GetCompositor() const; |
ui::Compositor* GetCompositor(); |
- // Invokes method of same name on the NativeWidget. |
- gfx::Vector2d CalculateOffsetToAncestorWithLayer( |
- ui::Layer** layer_parent); |
- |
- // Invokes method of same name on the NativeWidget. |
- void ReorderLayers(); |
+ // Returns the widget's layer, if any. |
+ ui::Layer* GetLayer(); |
// Schedules an update to the root layers. The actual processing occurs when |
// GetRootLayers() is invoked. |