summaryrefslogtreecommitdiff
path: root/libs/hwui/pipeline/skia/SkiaDisplayList.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2018-09-20 13:00:04 -0700
committerJohn Reck <jreck@google.com>2018-09-20 13:41:56 -0700
commitf3c724fd7c18e78b8d981b0ff35477ecbf383298 (patch)
tree5c06fb350f53d79461e1c50da96c1977e81ff058 /libs/hwui/pipeline/skia/SkiaDisplayList.cpp
parentbd5fed399f93183eaf1ad6d69f73019713682d2d (diff)
Make auto-dark a bit better
Handles transform of basic bitmaps Tweak to always treat text as foreground Test: builds, poked around with force_dark Change-Id: I733d39e05067438335da5a7eac06111f66f1228d
Diffstat (limited to 'libs/hwui/pipeline/skia/SkiaDisplayList.cpp')
-rw-r--r--libs/hwui/pipeline/skia/SkiaDisplayList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/pipeline/skia/SkiaDisplayList.cpp b/libs/hwui/pipeline/skia/SkiaDisplayList.cpp
index 78b64b2f01eb..38905138e332 100644
--- a/libs/hwui/pipeline/skia/SkiaDisplayList.cpp
+++ b/libs/hwui/pipeline/skia/SkiaDisplayList.cpp
@@ -132,7 +132,6 @@ void SkiaDisplayList::reset() {
mChildFunctors.clear();
mChildNodes.clear();
- projectionReceiveIndex = -1;
allocator.~LinearAllocator();
new (&allocator) LinearAllocator();
}