diff options
| author | 2015-11-16 20:36:01 +0000 | |
|---|---|---|
| committer | 2015-11-16 20:36:01 +0000 | |
| commit | f286822aad12bda7d85d43b02177600489cea510 (patch) | |
| tree | 613f4d74bfab5852134cf00224c8ed1c7defe8c8 /libs/hwui/DeviceInfo.cpp | |
| parent | ca3f938326455701def9151f0fe8fea736a594cd (diff) | |
| parent | 1540153198fc59e5f344b363c198acf5b65251aa (diff) | |
Merge "Extensions must load in ctor"
Diffstat (limited to 'libs/hwui/DeviceInfo.cpp')
| -rw-r--r-- | libs/hwui/DeviceInfo.cpp | 1 |
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); } |