summaryrefslogtreecommitdiff
path: root/libs/hwui/tests/common/TestContext.h
diff options
context:
space:
mode:
authorMarin Shalamanov <shalamanov@google.com>2021-02-22 18:28:27 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-02-22 18:28:27 +0000
commit1b520a6d3f38d2bc6c288fde8fb76e65efd98cbc (patch)
tree49994dc599d1837c01c91baf80778896380809cc /libs/hwui/tests/common/TestContext.h
parent1c74818f30450346135777fd9f54de865655a9b9 (diff)
parent463ad8ee22fecc4e0f53757c618c5e77239f6467 (diff)
Merge "Introduce DynamicDisplayInfo" into sc-dev
Diffstat (limited to 'libs/hwui/tests/common/TestContext.h')
-rw-r--r--libs/hwui/tests/common/TestContext.h4
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() {