diff options
Diffstat (limited to 'libs/hwui/DeviceInfo.h')
| -rw-r--r-- | libs/hwui/DeviceInfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/DeviceInfo.h b/libs/hwui/DeviceInfo.h index 5bd7b14b156d..a0b2f06d8f4a 100644 --- a/libs/hwui/DeviceInfo.h +++ b/libs/hwui/DeviceInfo.h @@ -18,14 +18,15 @@ #include <ui/DisplayInfo.h> -#include "utils/Macros.h" #include "Extensions.h" +#include "utils/Macros.h" namespace android { namespace uirenderer { class DeviceInfo { PREVENT_COPY_AND_ASSIGN(DeviceInfo); + public: // returns nullptr if DeviceInfo is not initialized yet // Note this does not have a memory fence so it's up to the caller |
