X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=cros_gralloc%2Fcros_gralloc_buffer.h;h=93ec37fde03ccc4913f04f57244bfeb4abdce608;hb=47e629b70ddec014c7691a48509ef437c57761bb;hp=f629199c75b8cea31cddd5c860cefcc723930d96;hpb=425173a0c8170528f804b2a9bd02b71fa47d754b;p=android-x86%2Fexternal-minigbm.git diff --git a/cros_gralloc/cros_gralloc_buffer.h b/cros_gralloc/cros_gralloc_buffer.h index f629199..93ec37f 100644 --- a/cros_gralloc/cros_gralloc_buffer.h +++ b/cros_gralloc/cros_gralloc_buffer.h @@ -38,7 +38,7 @@ class cros_gralloc_buffer int32_t lockcount_; uint32_t num_planes_; - struct map_info *lock_data_[DRV_MAX_PLANES]; + struct mapping *lock_data_[DRV_MAX_PLANES]; }; #endif