diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/input/DisplayTopologyGraph.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/input/DisplayTopologyGraph.h b/include/input/DisplayTopologyGraph.h index ce7259e09a..9fc080d6f8 100644 --- a/include/input/DisplayTopologyGraph.h +++ b/include/input/DisplayTopologyGraph.h @@ -46,6 +46,8 @@ struct DisplayTopologyAdjacentDisplay { DisplayTopologyPosition position; // The offset in DP of the adjacent display, relative to the source display. float offsetDp; + + std::string dump() const; }; /** @@ -57,6 +59,7 @@ struct DisplayTopologyGraph { std::unordered_map<ui::LogicalDisplayId, int> displaysDensity; bool isValid() const; + std::string dump() const; }; } // namespace android |