diff options
Diffstat (limited to 'services/surfaceflinger/Client.h')
| -rw-r--r-- | services/surfaceflinger/Client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/Client.h b/services/surfaceflinger/Client.h index c7df9f780f..49437ed7fd 100644 --- a/services/surfaceflinger/Client.h +++ b/services/surfaceflinger/Client.h @@ -51,7 +51,7 @@ public: sp<Layer> getLayerUser(const sp<IBinder>& handle) const; - void setParentLayer(const sp<Layer>& parentLayer); + void updateParent(const sp<Layer>& parentLayer); private: // ISurfaceComposerClient interface |