diff options
author | Marin Shalamanov <shalamanov@google.com> | 2021-02-22 18:28:27 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-02-22 18:28:27 +0000 |
commit | 1b520a6d3f38d2bc6c288fde8fb76e65efd98cbc (patch) | |
tree | 49994dc599d1837c01c91baf80778896380809cc /libs/hwui/tests/common/TestContext.h | |
parent | 1c74818f30450346135777fd9f54de865655a9b9 (diff) | |
parent | 463ad8ee22fecc4e0f53757c618c5e77239f6467 (diff) |
Merge "Introduce DynamicDisplayInfo" into sc-dev
Diffstat (limited to 'libs/hwui/tests/common/TestContext.h')
-rw-r--r-- | libs/hwui/tests/common/TestContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/tests/common/TestContext.h b/libs/hwui/tests/common/TestContext.h index 7d2f6d8ea731..9d00366daffe 100644 --- a/libs/hwui/tests/common/TestContext.h +++ b/libs/hwui/tests/common/TestContext.h @@ -23,8 +23,8 @@ #include <gui/Surface.h> #include <gui/SurfaceComposerClient.h> #include <gui/SurfaceControl.h> -#include <ui/DisplayInfo.h> #include <ui/DisplayMode.h> +#include <ui/StaticDisplayInfo.h> #include <utils/Looper.h> #include <atomic> @@ -36,7 +36,7 @@ namespace android { namespace uirenderer { namespace test { -const DisplayInfo& getDisplayInfo(); +const ui::StaticDisplayInfo& getDisplayInfo(); const ui::DisplayMode& getActiveDisplayMode(); inline const ui::Size& getActiveDisplayResolution() { |