diff options
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
-rwxr-xr-x | libs/hwui/OpenGLRenderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h index 63a63b8..e1bef65 100755 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -677,7 +677,7 @@ private: * are transformed with the supplied matrix. */ void dirtyLayer(const float left, const float top, - const float right, const float bottom, const mat4 transform); + const float right, const float bottom, const Matrix4& transform); /** * Mark the layer as dirty at the specified coordinates. |