From 107788e8ce8f855b7555680e222f563810a51793 Mon Sep 17 00:00:00 2001 From: Ady Abraham Date: Tue, 17 Oct 2023 12:31:08 -0700 Subject: libgui: use flag MACRO for BQ_SETFRAMERATE Bug: 281695725 Test: presubmit Change-Id: I644dadbfc72cd50d80c50d36da96078253bbc009 --- libs/gui/Surface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/gui/Surface.cpp') diff --git a/libs/gui/Surface.cpp b/libs/gui/Surface.cpp index a87f05357f..07a0cfed63 100644 --- a/libs/gui/Surface.cpp +++ b/libs/gui/Surface.cpp @@ -43,7 +43,7 @@ #include #include -#include + #include #include @@ -2571,7 +2571,7 @@ void Surface::ProducerListenerProxy::onBuffersDiscarded(const std::vectorsetFrameRate(frameRate, compatibility, changeFrameRateStrategy); -- cgit v1.2.3-59-g8ed1b