summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--hwc2/common/devices/PhysicalDevice.cpp11
-rw-r--r--hwc2/include/PhysicalDevice.h1
2 files changed, 8 insertions, 4 deletions
diff --git a/hwc2/include/PhysicalDevice.h b/hwc2/include/PhysicalDevice.h
index 6c5fa5c..762f5cc 100644
--- a/hwc2/include/PhysicalDevice.h
+++ b/hwc2/include/PhysicalDevice.h
@@ -294,6 +294,7 @@ private:
bool mOmxVideoPresent;
uint32_t mOmxKeepLastFrame;
bool mVideoLayerOpenByOMX;
+ bool mOmxSideBandPresent;
};