diff options
Diffstat (limited to 'include/gui/SurfaceControl.h')
-rw-r--r-- | include/gui/SurfaceControl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/SurfaceControl.h b/include/gui/SurfaceControl.h index 712a323337..8bb705cf77 100644 --- a/include/gui/SurfaceControl.h +++ b/include/gui/SurfaceControl.h @@ -135,6 +135,7 @@ public: const sp<SurfaceControl>& control, Parcel* parcel); sp<Surface> getSurface() const; + sp<Surface> createSurface() const; sp<IBinder> getHandle() const; status_t clearLayerFrameStats() const; @@ -155,6 +156,7 @@ private: ~SurfaceControl(); + sp<Surface> generateSurfaceLocked() const; status_t validate() const; void destroy(); |