From ff1d8a6635fb6441615778a47e2881129574a5b1 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 11 Nov 2014 19:31:26 -0800 Subject: Move frameworks/base over to libc++. Bug: 15193147 Change-Id: I96109d2d383f0c8a4aaa611f29fcf887afb3c69e --- libs/hwui/DisplayList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/DisplayList.h') diff --git a/libs/hwui/DisplayList.h b/libs/hwui/DisplayList.h index 657632d..9eb8ae3 100644 --- a/libs/hwui/DisplayList.h +++ b/libs/hwui/DisplayList.h @@ -82,7 +82,7 @@ public: LinearAllocator * const mAllocator; SkPath* allocPathForFrame() { - mTempPaths.push_back(); + mTempPaths.push_back(SkPath()); return &mTempPaths.back(); } -- cgit v1.1