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

Commit 8af52d1f authored by Alec Mouri's avatar Alec Mouri Committed by Automerger Merge Worker
Browse files

Merge "Support dispatchNullEvent virtual method" am: 9b0577d0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1434522

Change-Id: I7aa01fe7c4635e2a798771c4570d0b96c3dd01f6
parents d493ed70 9b0577d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -63,6 +63,7 @@ private:
    void dispatchHotplug(nsecs_t timestamp, PhysicalDisplayId displayId, bool connected) override;
    void dispatchHotplug(nsecs_t timestamp, PhysicalDisplayId displayId, bool connected) override;
    void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId,
    void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId,
                               int32_t configId, nsecs_t vsyncPeriod) override;
                               int32_t configId, nsecs_t vsyncPeriod) override;
    void dispatchNullEvent(nsecs_t timestamp, PhysicalDisplayId displayId) override {}
};
};