diff options
author | Alec Mouri <alecmouri@google.com> | 2019-12-10 15:10:14 -0800 |
---|---|---|
committer | Alec Mouri <alecmouri@google.com> | 2019-12-23 08:59:57 -0800 |
commit | a5a0c962b685d441173ea1ba929df9950b3471c6 (patch) | |
tree | a9d345b1a34d9bedb110894739f7a360303d9b1a /libs/hwui/renderthread/EglManager.cpp | |
parent | 3cef3e0be31802d07d601804338de377cf852904 (diff) |
[HWUI] Minor ANativeWindow usage cleanup
* Remove unused header in EglManager
* Rename usage of rotation flags to use the public names.
Bug: 137012798
Test: builds
Change-Id: Ia603e8d74c6ba51f77e352333d1e82816582d827
Diffstat (limited to 'libs/hwui/renderthread/EglManager.cpp')
-rw-r--r-- | libs/hwui/renderthread/EglManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/EglManager.cpp b/libs/hwui/renderthread/EglManager.cpp index eb469a810358..c1fed269de5b 100644 --- a/libs/hwui/renderthread/EglManager.cpp +++ b/libs/hwui/renderthread/EglManager.cpp @@ -22,7 +22,6 @@ #include <log/log.h> #include <private/gui/SyncFeatures.h> #include <sync/sync.h> -#include <system/window.h> #include <utils/Trace.h> #include <string> |