summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Liu <boliu@google.com>2017-11-02 16:09:03 -0700
committerBo Liu <boliu@google.com>2017-11-02 16:10:37 -0700
commitf7340ee1cbfe80b33f5609a076c06da8c0c4b869 (patch)
treeeaece8307c896a8032e0122a69f8b4f877f8c4ce
parentb60ce367411bec734e13a91c7140f192d8fade11 (diff)
Export getRenderPipelineType
So it can be called from libwebviewchromium_plat_support Bug: 67718981 Test: Locally built new webview and ensure state restore is skipped. Change-Id: I2bd5a2a2ef35eb1a81c72e43756ce4f182b7e673
-rw-r--r--libs/hwui/Properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index 077e7aee6579..b40aa5dc2fd0 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -251,7 +251,7 @@ public:
static int overrideSpotShadowStrength;
static ProfileType getProfileType();
- static RenderPipelineType getRenderPipelineType();
+ ANDROID_API static RenderPipelineType getRenderPipelineType();
static bool isSkiaEnabled();
ANDROID_API static bool enableHighContrastText;