diff options
author | John Reck <jreck@google.com> | 2016-06-28 01:36:19 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-06-28 01:36:19 +0000 |
commit | a1a0bbddba8d01830e9c7e2c90f34306c2802add (patch) | |
tree | caafd31dab19fd95cac2b348ec11bf1d5a7391f0 /libs/hwui/renderthread/CanvasContext.cpp | |
parent | e08cb99a52db11088e4559c3ad9139089e6f9c62 (diff) | |
parent | 892f8e7d4f6391ce267d5add91638014e6c0e5d5 (diff) |
Merge \\"Fix SurfaceViewPositionListener race bugs\\" into nyc-mr1-dev am: 8701bff9ba
am: 892f8e7d4f
Change-Id: I1e66186dce36e52cafe6c0d027aeae7c9345703c
Diffstat (limited to 'libs/hwui/renderthread/CanvasContext.cpp')
-rw-r--r-- | libs/hwui/renderthread/CanvasContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/CanvasContext.cpp b/libs/hwui/renderthread/CanvasContext.cpp index 21809766bf16..1f79e2dc72cf 100644 --- a/libs/hwui/renderthread/CanvasContext.cpp +++ b/libs/hwui/renderthread/CanvasContext.cpp @@ -783,6 +783,7 @@ void CanvasContext::enqueueFrameWork(std::function<void()>&& func) { } sp<FuncTask> task(new FuncTask()); task->func = func; + mFrameFences.push_back(task); mFrameWorkProcessor->add(task); } |