summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-25 01:20:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-25 01:20:58 +0000
commit298a5c139b34b1699e0f2c1b64b7882ee66f4f22 (patch)
tree7f00c8aed2a51ee294a5b0692eca8f94e0577443
parent90b59b61a2c2d411a626f5eebe62e20261d24ae6 (diff)
parentf12140573261ffb9365ad221d6656b5df8e3e249 (diff)
downloadgs201-298a5c139b34b1699e0f2c1b64b7882ee66f4f22.tar.gz
Snap for 10998418 from f12140573261ffb9365ad221d6656b5df8e3e249 to 24Q1-release
Change-Id: I97098f5d9b9c058ce5990ba233e7a15326495be0
-rw-r--r--libhwc2.1/libdevice/HistogramController.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libhwc2.1/libdevice/HistogramController.h b/libhwc2.1/libdevice/HistogramController.h
index e907943..b9be3b8 100644
--- a/libhwc2.1/libdevice/HistogramController.h
+++ b/libhwc2.1/libdevice/HistogramController.h
@@ -14,9 +14,11 @@
* limitations under the License.
*/
+#pragma once
+
#include "HistogramDevice.h"
class HistogramController : public HistogramDevice {
public:
- HistogramController(ExynosDisplay *display) : HistogramDevice(display, 1, {}) {}
+ HistogramController(ExynosDisplay* display) : HistogramDevice(display, 1, {}) {}
};