Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac8e5612 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Get rid of unused ASurfaceControl in frame metrics callback

Test: Existing tests
Change-Id: I2c455d96ed2c3f79f7cb63aad3a145c8c07e5e62
parent 1a467c28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@ typedef struct ASurfaceControlStats ASurfaceControlStats;
/**
 * Callback to be notified when surface stats for a specific surface control are available.
 */
typedef void (*ASurfaceControl_SurfaceStatsListener)(void* context,
        ASurfaceControl* control, int32_t id, ASurfaceControlStats* stats);
typedef void (*ASurfaceControl_SurfaceStatsListener)(void* context, int32_t id,
        ASurfaceControlStats* stats);

/**
 * Registers a callback to be invoked when surface stats from a specific surface are available.