commit | b8af792fdfc056ca3743fc98dd88cd19468e0df7 | [log] [tgz] |
---|---|---|
author | David Sodman <dsodman@google.com> | Thu Dec 21 15:17:55 2017 -0800 |
committer | David Sodman <dsodman@google.com> | Fri Mar 16 14:15:19 2018 -0700 |
tree | f60453c4153465555508b0e0fce499585752dd72 | |
parent | 8725e81dfbc80b76529f2b8fe1919b022edaf6a8 [diff] [blame] |
SF: Add onLayerDisplayed method to LayerBE Add onLayerDisplayed method to LayerBE class and make the data for the class private. Merged-in: I2a5b03d542d46fc0c2e1d6d725fb87580980427d Test: Compile/Run manually Change-Id: I2a5b03d542d46fc0c2e1d6d725fb87580980427d
diff --git a/services/surfaceflinger/Android.bp b/services/surfaceflinger/Android.bp index ff994f5..cba94d2 100644 --- a/services/surfaceflinger/Android.bp +++ b/services/surfaceflinger/Android.bp
@@ -103,6 +103,7 @@ "FrameTracker.cpp", "GpuService.cpp", "Layer.cpp", + "LayerBE.cpp", "LayerProtoHelper.cpp", "LayerRejecter.cpp", "LayerStats.cpp",