Skip to content
Commit 6ce3a37f authored by Dohyun Lee's avatar Dohyun Lee
Browse files

DimLayer : remove unnecessary surface transaction calls



There is the case that adjustSurface()  get called even if
the size of the surface of DimLayer is not changed actually.
Since changing the size of a surface is processed synchronously
in the SurfacFlinger, there is usually a few milliseconds delay
(up to 1 vsync interval) when we launch an application.
This patch avoids such cases.

Change-Id: Ib1f76d54f9f2364ac54b70120e4b781e8534e750
Signed-off-by: default avatarDohyun Lee <dohyun.lee@lge.com>
parent f8a2ba51
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment