| Index: ui/android/view_android.h
|
| diff --git a/ui/android/view_android.h b/ui/android/view_android.h
|
| index a996e6804bbc10fc38449e43b34be7937fab6942..5b8d81afaf6108ee7a59613f75dca181864e84c4 100644
|
| --- a/ui/android/view_android.h
|
| +++ b/ui/android/view_android.h
|
| @@ -65,10 +65,6 @@ class UI_ANDROID_EXPORT ViewAndroid {
|
| // if disconnected.
|
| virtual WindowAndroid* GetWindowAndroid() const;
|
|
|
| - // Set the root |WindowAndroid|. This is only valid for root
|
| - // nodes and must not be called for children.
|
| - void SetWindowAndroid(WindowAndroid* root_window);
|
| -
|
| // Used to return and set the layer for this view. May be |null|.
|
| cc::Layer* GetLayer() const;
|
| void SetLayer(scoped_refptr<cc::Layer> layer);
|
|
|