commit | 8a33e4019991c58b06adf2e3a9ac1eeeccd8fa94 | [log] [tgz] |
---|---|---|
author | Stan Iliev <stani@google.com> | Fri Jul 08 09:57:49 2016 -0400 |
committer | Stan Iliev <stani@google.com> | Mon Jul 11 12:01:51 2016 -0400 |
tree | a43c168540361b613a28fe5ac096d6d50a6f2852 | |
parent | d79f237d63cbf612ad6334c76cf29d88f81c7a8f [diff] [blame] |
Move isSkiaEnabled to the Properties class Move CanvasContext::isSkiaEnabled to Properties:isSkiaEnabled. Change-Id: I0a62f43825cf59ba338a24a056e8c2a56d1c5315
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index 5d892fd..133ae80 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h
@@ -253,7 +253,7 @@ enum class RenderPipelineType { OpenGL = 0, SkiaGL, - Vulkan, + SkiaVulkan, NotInitialized = 128 };