summaryrefslogtreecommitdiff
path: root/libs/hwui/pipeline/skia/SkiaDisplayList.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2020-12-09 13:45:39 -0500
committerJohn Reck <jreck@google.com>2020-12-09 13:45:56 -0500
commitb5eeb18f0ababf79f465258da380e7f587a4398e (patch)
tree9db8a59217bef71062eb310f96185f4fe3540042 /libs/hwui/pipeline/skia/SkiaDisplayList.cpp
parenta3b82500edb0ea66b42040a1ffebdf48101d6b61 (diff)
Add initial benchmarks for CanvasOp
Also some minor other tweaks Test: this Change-Id: Idb8a5955839893ff000de87d4899fd130ede061c
Diffstat (limited to 'libs/hwui/pipeline/skia/SkiaDisplayList.cpp')
-rw-r--r--libs/hwui/pipeline/skia/SkiaDisplayList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/pipeline/skia/SkiaDisplayList.cpp b/libs/hwui/pipeline/skia/SkiaDisplayList.cpp
index 158c3493a90c..c63f5d349311 100644
--- a/libs/hwui/pipeline/skia/SkiaDisplayList.cpp
+++ b/libs/hwui/pipeline/skia/SkiaDisplayList.cpp
@@ -47,7 +47,7 @@ void SkiaDisplayList::syncContents(const WebViewSyncData& data) {
}
}
-bool SkiaDisplayList::reuseDisplayList(RenderNode* node, renderthread::CanvasContext* context) {
+bool SkiaDisplayList::reuseDisplayList(RenderNode* node) {
reset();
node->attachAvailableList(this);
return true;