commit | 0cbd08bfe4bda34fabd60cefd503efaf6c4eb2b3 | [log] [tgz] |
---|---|---|
author | Sally Qi <sallyqi@google.com> | Wed Aug 17 12:12:28 2022 -0700 |
committer | Sally Qi <sallyqi@google.com> | Tue Oct 04 16:07:23 2022 -0700 |
tree | 06f3e6055b22eb52953d40ea9edfe79e170006c1 | |
parent | df1bc0560cbdc76837b308652b45a32c2d064cd9 [diff] [blame] |
SurfaceFlinger HWC overlay API Bug: 242588489 Test: pending Change-Id: Ic5c7395ab530a6153f760bd39b65a05b4c78b8a4
diff --git a/libs/gui/tests/Surface_test.cpp b/libs/gui/tests/Surface_test.cpp index b9358e7..0c99cd2 100644 --- a/libs/gui/tests/Surface_test.cpp +++ b/libs/gui/tests/Surface_test.cpp
@@ -997,6 +997,10 @@ return binder::Status::ok(); } + binder::Status getOverlaySupport(gui::OverlayProperties* /*properties*/) override { + return binder::Status::ok(); + } + protected: IBinder* onAsBinder() override { return nullptr; }