Merge "hwc: Calculate viewframe from layers display frame information."

This commit is contained in:
Linux Build Service Account
2013-12-12 08:48:41 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 5 additions and 0 deletions

View File

@@ -437,6 +437,7 @@ struct hwc_context_t {
qhwc::LayerProp *layerProp[HWC_NUM_DISPLAY_TYPES];
qhwc::MDPComp *mMDPComp[HWC_NUM_DISPLAY_TYPES];
qhwc::HwcDebug *mHwcDebug[HWC_NUM_DISPLAY_TYPES];
hwc_rect_t mViewFrame[HWC_NUM_DISPLAY_TYPES];
qhwc::AssertiveDisplay *mAD;
qhwc::VPUClient *mVPUClient;