commit | 1540153198fc59e5f344b363c198acf5b65251aa | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Mon Nov 16 10:40:31 2015 -0800 |
committer | John Reck <jreck@google.com> | Mon Nov 16 10:42:36 2015 -0800 |
tree | 82bdf9179d7a5d30c4568ad710fd6a28bfa33d5f | |
parent | e490a14629561e3d61f679bbaaad6ba4723a1c15 [diff] [blame] |
Extensions must load in ctor Because Caches is terrible Change-Id: I91e2442d97664759ee2c7602eb7172f009b20d53
diff --git a/libs/hwui/Extensions.h b/libs/hwui/Extensions.h index 8ccfabd..67cc747 100644 --- a/libs/hwui/Extensions.h +++ b/libs/hwui/Extensions.h
@@ -31,7 +31,7 @@ class Extensions { public: - void load(); + Extensions(); inline bool hasNPot() const { return mHasNPot; } inline bool hasFramebufferFetch() const { return mHasFramebufferFetch; }