diff options
| -rw-r--r-- | include/ftl/OWNERS | 1 | ||||
| -rw-r--r-- | libs/ftl/OWNERS | 1 | ||||
| -rw-r--r-- | services/surfaceflinger/OWNERS | 1 | ||||
| -rw-r--r-- | services/surfaceflinger/tests/SurfaceInterceptor_test.cpp | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/include/ftl/OWNERS b/include/ftl/OWNERS new file mode 100644 index 0000000000..3f6129226a --- /dev/null +++ b/include/ftl/OWNERS @@ -0,0 +1 @@ +include platform/frameworks/native:/services/surfaceflinger/OWNERS
\ No newline at end of file diff --git a/libs/ftl/OWNERS b/libs/ftl/OWNERS new file mode 100644 index 0000000000..3f6129226a --- /dev/null +++ b/libs/ftl/OWNERS @@ -0,0 +1 @@ +include platform/frameworks/native:/services/surfaceflinger/OWNERS
\ No newline at end of file diff --git a/services/surfaceflinger/OWNERS b/services/surfaceflinger/OWNERS index 3270e4c95c..0aee7d497c 100644 --- a/services/surfaceflinger/OWNERS +++ b/services/surfaceflinger/OWNERS @@ -4,6 +4,7 @@ adyabr@google.com alecmouri@google.com chaviw@google.com domlaskowski@google.com +jreck@google.com lpy@google.com pdwilliams@google.com racarr@google.com diff --git a/services/surfaceflinger/tests/SurfaceInterceptor_test.cpp b/services/surfaceflinger/tests/SurfaceInterceptor_test.cpp index 68cd45ee8d..7a98bc27a9 100644 --- a/services/surfaceflinger/tests/SurfaceInterceptor_test.cpp +++ b/services/surfaceflinger/tests/SurfaceInterceptor_test.cpp @@ -359,7 +359,7 @@ void SurfaceInterceptorTest::backgroundBlurRadiusUpdate(Transaction& t) { } void SurfaceInterceptorTest::blurRegionsUpdate(Transaction& t) { - BLUR_REGIONS_UPDATE.empty(); + BLUR_REGIONS_UPDATE.clear(); BLUR_REGIONS_UPDATE.push_back(BlurRegion()); t.setBlurRegions(mBGSurfaceControl, BLUR_REGIONS_UPDATE); } |