diff options
Diffstat (limited to 'services/surfaceflinger/LayerBase.h')
| -rw-r--r-- | services/surfaceflinger/LayerBase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/surfaceflinger/LayerBase.h b/services/surfaceflinger/LayerBase.h index 46713faaeb..7a9471e928 100644 --- a/services/surfaceflinger/LayerBase.h +++ b/services/surfaceflinger/LayerBase.h @@ -243,8 +243,8 @@ public: virtual void onPostComposition() { } /** - * Updates the SurfaceTexture's transform hint, for layers that have - * a SurfaceTexture. + * Updates the GLConsumer's transform hint, for layers that have + * a GLConsumer. */ virtual void updateTransformHint(const sp<const DisplayDevice>& hw) const { } |