summaryrefslogtreecommitdiff
path: root/libs/hwui/pipeline/skia/ReorderBarrierDrawables.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/pipeline/skia/ReorderBarrierDrawables.h')
-rw-r--r--libs/hwui/pipeline/skia/ReorderBarrierDrawables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.h b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.h
index 298a7320df64..9f00d23ae985 100644
--- a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.h
+++ b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.h
@@ -47,8 +47,8 @@ protected:
virtual void onDraw(SkCanvas* canvas) override;
private:
- size_t mEndChildIndex;
- size_t mBeginChildIndex;
+ int mEndChildIndex;
+ int mBeginChildIndex;
FatVector<RenderNodeDrawable*, 16> mChildren;
SkiaDisplayList* mDisplayList;