Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3eadf62 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Assure width and height are always initialized"

parents f6376dbf c20d70e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ class VtsComposerClient {

class VtsDisplay {
  public:
    VtsDisplay(int64_t displayId) : mDisplayId(displayId) {}
    VtsDisplay(int64_t displayId) : mDisplayId(displayId), mDisplayWidth(0), mDisplayHeight(0) {}

    int64_t getDisplayId() const { return mDisplayId; }