summaryrefslogtreecommitdiff
path: root/libs/gui/include/gui/LayerDebugInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gui/include/gui/LayerDebugInfo.h')
-rw-r--r--libs/gui/include/gui/LayerDebugInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gui/include/gui/LayerDebugInfo.h b/libs/gui/include/gui/LayerDebugInfo.h
index 66a7b4dc06..8b7d32c0a5 100644
--- a/libs/gui/include/gui/LayerDebugInfo.h
+++ b/libs/gui/include/gui/LayerDebugInfo.h
@@ -20,6 +20,7 @@
#include <ui/PixelFormat.h>
#include <ui/Region.h>
+#include <ui/StretchEffect.h>
#include <string>
#include <math/vec4.h>
@@ -66,6 +67,7 @@ public:
bool mRefreshPending = false;
bool mIsOpaque = false;
bool mContentDirty = false;
+ StretchEffect mStretchEffect = {};
};
std::string to_string(const LayerDebugInfo& info);