Fix errors in hardware composer specifications
Change-Id: Ic5db58ad46875e5e0dca9c5dfaebb6eaf3874157
This commit is contained in:
parent
d0e332cdc0
commit
e203b369a9
1 changed files with 2 additions and 2 deletions
|
@ -136,9 +136,9 @@ enum {
|
|||
*/
|
||||
enum {
|
||||
/*
|
||||
* HWC_SKIP_LAYER is set by SurfaceFlnger to indicate that the HAL
|
||||
* HWC_SKIP_LAYER is set by SurfaceFlinger to indicate that the HAL
|
||||
* shall not consider this layer for composition as it will be handled
|
||||
* by SurfaceFlinger (just as if compositionType was set to HWC_OVERLAY).
|
||||
* by SurfaceFlinger (just as if compositionType was set to HWC_FRAMEBUFFER).
|
||||
*/
|
||||
HWC_SKIP_LAYER = 0x00000001,
|
||||
|
||||
|
|
Loading…
Reference in a new issue