summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.h
diff options
context:
space:
mode:
authorWonsik Kim <wonsik@google.com>2014-03-17 11:17:28 +0000
committerWonsik Kim <wonsik@google.com>2014-03-17 11:17:28 +0000
commit29fa9590ad32d918cb32cc88898ec53d28e1ad5a (patch)
tree6d89d18d793d092e7a692f443e8781fa34ae105c /services/surfaceflinger/SurfaceFlinger.h
parentf837c93a1b392dbc4f7099d0c4fb723e32ca438e (diff)
downloadframeworks_native-29fa9590ad32d918cb32cc88898ec53d28e1ad5a.zip
frameworks_native-29fa9590ad32d918cb32cc88898ec53d28e1ad5a.tar.gz
frameworks_native-29fa9590ad32d918cb32cc88898ec53d28e1ad5a.tar.bz2
Revert "Implement video plane layer"
This reverts commit f837c93a1b392dbc4f7099d0c4fb723e32ca438e. Change-Id: I6a1aa9ad0aca023267dc53d19c950b1535123ca7
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.h')
-rw-r--r--services/surfaceflinger/SurfaceFlinger.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h
index c473d93..9230467 100644
--- a/services/surfaceflinger/SurfaceFlinger.h
+++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -280,10 +280,6 @@ private:
uint32_t w, uint32_t h, uint32_t flags, sp<IBinder>* outHandle,
sp<IGraphicBufferProducer>* outGbp, sp<Layer>* outLayer);
- status_t createVideoPlaneLayer(const sp<Client>& client, const String8& name,
- uint32_t w, uint32_t h, uint32_t flags, sp<IBinder>* outHandle,
- sp<IGraphicBufferProducer>* outGbp, sp<Layer>* outLayer);
-
// called in response to the window-manager calling
// ISurfaceComposerClient::destroySurface()
status_t onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle);