diff options
| author | 2010-08-18 13:57:15 -0700 | |
|---|---|---|
| committer | 2010-08-18 13:57:15 -0700 | |
| commit | 8e13ce52f3bb12bb53e37affde3eec9bdaabae5c (patch) | |
| tree | 19a43bae074f4ab27935c54ff6102bef605fa309 /services/surfaceflinger/LayerBase.cpp | |
| parent | 34df5ccca4c31d131eccc96c2ebf5cc698edfe21 (diff) | |
| parent | 26bcc7b44238ea54105ef5a6020fa5c37bb33f03 (diff) | |
am 26bcc7b4: Merge "revert hwcomposer HAL changes. DO NOT MERGE." into gingerbread
Merge commit '26bcc7b44238ea54105ef5a6020fa5c37bb33f03' into gingerbread-plus-aosp
* commit '26bcc7b44238ea54105ef5a6020fa5c37bb33f03':
revert hwcomposer HAL changes. DO NOT MERGE.
Diffstat (limited to 'services/surfaceflinger/LayerBase.cpp')
| -rw-r--r-- | services/surfaceflinger/LayerBase.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/services/surfaceflinger/LayerBase.cpp b/services/surfaceflinger/LayerBase.cpp index 043d54d96210..91ac915b7fb9 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 |