summaryrefslogtreecommitdiff
path: root/libs/hwui/DeviceInfo.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2015-11-16 10:40:31 -0800
committerJohn Reck <jreck@google.com>2015-11-16 10:42:36 -0800
commit1540153198fc59e5f344b363c198acf5b65251aa (patch)
tree82bdf9179d7a5d30c4568ad710fd6a28bfa33d5f /libs/hwui/DeviceInfo.cpp
parente490a14629561e3d61f679bbaaad6ba4723a1c15 (diff)
Extensions must load in ctor
Because Caches is terrible Change-Id: I91e2442d97664759ee2c7602eb7172f009b20d53
Diffstat (limited to 'libs/hwui/DeviceInfo.cpp')
-rw-r--r--libs/hwui/DeviceInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/DeviceInfo.cpp b/libs/hwui/DeviceInfo.cpp
index 03b1706faa49..39b7ecb9a914 100644
--- a/libs/hwui/DeviceInfo.cpp
+++ b/libs/hwui/DeviceInfo.cpp
@@ -40,7 +40,6 @@ void DeviceInfo::initialize() {
}
void DeviceInfo::load() {
- mExtensions.load();
glGetIntegerv(GL_MAX_TEXTURE_SIZE, &mMaxTextureSize);
}