From 11dcc2207f651acf836aa611e48ce75db90258b0 Mon Sep 17 00:00:00 2001 From: Pablo Gamito Date: Sat, 12 Sep 2020 15:49:39 +0000 Subject: Pass surface control instead of handle as reference to layers in LayerState Allows us to have access to the layer id stored in surface control so that it can be dumped when tracing the transaction merges Test: Existing tests Change-Id: I3e466c69585937d8ce74a29a49fdbb7b3353a460 --- libs/gui/SurfaceControl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/gui/SurfaceControl.cpp') diff --git a/libs/gui/SurfaceControl.cpp b/libs/gui/SurfaceControl.cpp index e37ff890b0..e842382ded 100644 --- a/libs/gui/SurfaceControl.cpp +++ b/libs/gui/SurfaceControl.cpp @@ -24,6 +24,7 @@ #include #include +#include #include #include -- cgit v1.2.3-59-g8ed1b