diff options
Diffstat (limited to 'include/gui/Surface.h')
-rw-r--r-- | include/gui/Surface.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/gui/Surface.h b/include/gui/Surface.h index 2288fe7..f3455b5 100644 --- a/include/gui/Surface.h +++ b/include/gui/Surface.h @@ -106,6 +106,13 @@ private: // --------------------------------------------------------------------------- +/* + * This is a small wrapper around SurfaceTextureClient that provides some + * helper classes for Binder interaction. + * + * TODO: rename to SurfaceJniHelper. May want to move SurfaceInfo and + * the associated lock() / unlockAndPost() calls to STC. + */ class Surface : public SurfaceTextureClient { public: |