summaryrefslogtreecommitdiff
path: root/libs/hwui/ProgramCache.h
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2017-08-10 21:57:02 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-08-10 21:57:02 +0000
commiteb43cdbc2e1187667a51cf21daac9e79e3678114 (patch)
tree9104a6558bdb8c9d6ea65661e4df69205d6d1131 /libs/hwui/ProgramCache.h
parentedf33843071f91a3ad9456a02e42b909f5662ca2 (diff)
parent642ebea6e14b72c512ef1168dc6edb061035dded (diff)
Merge "Delete all ro.hwui.* props" into oc-mr1-dev
Diffstat (limited to 'libs/hwui/ProgramCache.h')
-rw-r--r--libs/hwui/ProgramCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h
index cedd854bb48b..ee76f22f35d4 100644
--- a/libs/hwui/ProgramCache.h
+++ b/libs/hwui/ProgramCache.h
@@ -40,7 +40,7 @@ namespace uirenderer {
*/
class ProgramCache {
public:
- explicit ProgramCache(Extensions& extensions);
+ explicit ProgramCache(const Extensions& extensions);
~ProgramCache();
Program* get(const ProgramDescription& description);