summaryrefslogtreecommitdiff
path: root/libs/gui/SurfaceComposerClient.cpp
diff options
context:
space:
mode:
author Marzia Favaro <marziana@google.com> 2025-02-24 14:30:20 +0000
committer Marzia Favaro <marziana@google.com> 2025-02-28 11:16:30 +0000
commit74f7ca0caac7c37a01c14a17f05119ba8c4d249c (patch)
treef47c09a935b98743ff6ef552b681d59ae18aaa98 /libs/gui/SurfaceComposerClient.cpp
parent0c31d77364e79b300ceb67201b050de8d0a0451a (diff)
Remove com.android.graphics.libgui.flags.Flags.edgeExtensionShader
Bug: 398776229 Test: N/A Flag: EXEMPT removing flag Change-Id: Ic24daf4beb4bf7897cc3c0fd3afcf7361cac336c
Diffstat (limited to 'libs/gui/SurfaceComposerClient.cpp')
-rw-r--r--libs/gui/SurfaceComposerClient.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/gui/SurfaceComposerClient.cpp b/libs/gui/SurfaceComposerClient.cpp
index bb7184f9db..bbb39376c2 100644
--- a/libs/gui/SurfaceComposerClient.cpp
+++ b/libs/gui/SurfaceComposerClient.cpp
@@ -2364,10 +2364,6 @@ SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setStret
return *this;
}
-bool SurfaceComposerClient::flagEdgeExtensionEffectUseShader() {
- return com::android::graphics::libgui::flags::edge_extension_shader();
-}
-
SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setEdgeExtensionEffect(
const sp<SurfaceControl>& sc, const gui::EdgeExtensionParameters& effect) {
layer_state_t* s = getLayerState(sc);