summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/LayerBase.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-08-17 20:19:23 -0700
committerMathias Agopian <mathias@google.com>2010-08-17 20:22:04 -0700
commit000ca8fa9a1a92aa2f132ba41d11ece6d01cdadd (patch)
tree726280df6cee4da0e72ecc205246c068b2271c2b /services/surfaceflinger/LayerBase.cpp
parent6d8663dd19653ef972717974e7c61eb662600a99 (diff)
downloadframeworks_native-000ca8fa9a1a92aa2f132ba41d11ece6d01cdadd.zip
frameworks_native-000ca8fa9a1a92aa2f132ba41d11ece6d01cdadd.tar.gz
frameworks_native-000ca8fa9a1a92aa2f132ba41d11ece6d01cdadd.tar.bz2
revert hwcomposer HAL changes. DO NOT MERGE.
This reverts commit: 94364b91a2894bf037b8beb027132fbb812e1434 f8e705dea48f77f1c2532fdbadd4997dd1851af0 b59beb5ca68d0228f60dda60d85e2d0226b33215 e0d5f5bcf5a8b26f4ad75f549cbf380b2c9faf20
Diffstat (limited to 'services/surfaceflinger/LayerBase.cpp')
-rw-r--r--services/surfaceflinger/LayerBase.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/services/surfaceflinger/LayerBase.cpp b/services/surfaceflinger/LayerBase.cpp
index 043d54d..91ac915 100644
--- a/services/surfaceflinger/LayerBase.cpp
+++ b/services/surfaceflinger/LayerBase.cpp
@@ -307,15 +307,6 @@ void LayerBase::drawRegion(const Region& reg) const
}
}
-void LayerBase::setGeometry(hwc_layer_t* hwcl) {
- hwcl->flags |= HWC_SKIP_LAYER;
-}
-
-void LayerBase::setPerFrameData(hwc_layer_t* hwcl) {
- hwcl->compositionType = HWC_FRAMEBUFFER;
- hwcl->handle = NULL;
-}
-
void LayerBase::draw(const Region& clip) const
{
// reset GL state