commit | 70b26ceeff0928ccf4e1224f01eca4cfd402bd8d | [log] [tgz] |
---|---|---|
author | Peiyong Lin <lpy@google.com> | Tue Sep 18 19:02:39 2018 -0700 |
committer | Peiyong Lin <lpy@google.com> | Wed Sep 19 21:03:21 2018 -0700 |
tree | 8869290b589a3477351de116e8c738f94ca5c45b | |
parent | 4298ea30459cfe4009a76d1fcc691cc645ce357b [diff] [blame] |
[RenderEngine] Cleanup Description. Make Description a struct. Minor: Use mat4 instead of mat3. BUG: 112585051 Test: Build, flash and boot Change-Id: I8f4b8ac1fd847239b42af9685ba0cddb15f0fac7
diff --git a/services/surfaceflinger/RenderEngine/gl/ProgramCache.h b/services/surfaceflinger/RenderEngine/gl/ProgramCache.h index ea77a2d..47963eb 100644 --- a/services/surfaceflinger/RenderEngine/gl/ProgramCache.h +++ b/services/surfaceflinger/RenderEngine/gl/ProgramCache.h
@@ -29,7 +29,7 @@ namespace renderengine { -class Description; +struct Description; namespace gl {