summaryrefslogtreecommitdiffstats
path: root/libs/hwui/renderthread/RenderProxy.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-05-05 21:30:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-05 21:30:08 +0000
commit356b1777092e7da3ac5eae0bc94bd21e1cf9319a (patch)
tree2036beb26312765c0dbba76f8409a8cc95bf39a3 /libs/hwui/renderthread/RenderProxy.h
parentd6abbd29b7f453397036cf602655534bbd6c0430 (diff)
parent2507c34d91bb0d722b6012e85cb47387b2aa6873 (diff)
downloadframeworks_base-356b1777092e7da3ac5eae0bc94bd21e1cf9319a.zip
frameworks_base-356b1777092e7da3ac5eae0bc94bd21e1cf9319a.tar.gz
frameworks_base-356b1777092e7da3ac5eae0bc94bd21e1cf9319a.tar.bz2
Merge "Cleanup properties" into mnc-dev
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r--libs/hwui/renderthread/RenderProxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h
index a1dbc7d..31456cd 100644
--- a/libs/hwui/renderthread/RenderProxy.h
+++ b/libs/hwui/renderthread/RenderProxy.h
@@ -90,6 +90,7 @@ public:
ANDROID_API void destroyHardwareResources();
ANDROID_API static void trimMemory(int level);
+ ANDROID_API static void overrideProperty(const char* name, const char* value);
ANDROID_API void fence();
ANDROID_API void stopDrawing();