diff options
| author | 2015-11-05 01:38:25 +0000 | |
|---|---|---|
| committer | 2015-11-05 01:38:25 +0000 | |
| commit | 096895550b9d5430d7a001d491566decf4f9791b (patch) | |
| tree | 18409e55d9d0b89fcc4361b88c08385f1ff8c4e3 /libs/hwui/Extensions.h | |
| parent | b2442896e3a226c7ebe9d47fa80b257e98a6a34d (diff) | |
Revert "add DeviceInfo"
This reverts commit b2442896e3a226c7ebe9d47fa80b257e98a6a34d.
Change-Id: I50f6555451f71067505245333c8e558b5e3b2b3b
Diffstat (limited to 'libs/hwui/Extensions.h')
| -rw-r--r-- | libs/hwui/Extensions.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libs/hwui/Extensions.h b/libs/hwui/Extensions.h index 8ccfabdd2450..6689b88f17e3 100644 --- a/libs/hwui/Extensions.h +++ b/libs/hwui/Extensions.h @@ -19,9 +19,6 @@ #include <cutils/compiler.h> -#include <string> -#include <unordered_set> - namespace android { namespace uirenderer { @@ -29,9 +26,9 @@ namespace uirenderer { // Classes /////////////////////////////////////////////////////////////////////////////// -class Extensions { +class ANDROID_API Extensions { public: - void load(); + Extensions(); inline bool hasNPot() const { return mHasNPot; } inline bool hasFramebufferFetch() const { return mHasFramebufferFetch; } |