sdm: Fix compilation errors.

Change-Id: I5155bc649492caac3d2cb0873ab6b90d95c35201
This commit is contained in:
Dileep Marchya
2015-07-06 18:06:59 -07:00
parent b368721b7b
commit d7133eed03
2 changed files with 7 additions and 6 deletions

View File

@@ -89,6 +89,7 @@ namespace sdm {
const int kThreadPriorityUrgent = -9;
const int kMaxRotatePerLayer = 2;
const uint32_t kMaxBlitTargetLayers = 2;
const int kPageSize = 4096;
typedef void * Handle;