summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--hwc2/common/devices/PhysicalDevice.cpp11
-rw-r--r--hwc2/include/PhysicalDevice.h3
2 files changed, 13 insertions, 1 deletions
diff --git a/hwc2/include/PhysicalDevice.h b/hwc2/include/PhysicalDevice.h
index d3c3ab6..5f547e0 100644
--- a/hwc2/include/PhysicalDevice.h
+++ b/hwc2/include/PhysicalDevice.h
@@ -264,6 +264,9 @@ private:
//rever the scaled displayframe, for we use the vpp scale.
float mReverseScaleX;
float mReverseScaleY;
+
+ //omx handle for set omx pts
+ int32_t mOmxVideoHandle;
};