Skip to content

Commit 3d745c0

Browse files
author
Romain Guy
committed
Fix the build before the bot yells at me.
Change-Id: Ice7fe02b684ad662262aae3cac7a48a835ebcad5
1 parent ba6be8a commit 3d745c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hwui/OpenGLRenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ void OpenGLRenderer::attachFunctor(Functor* functor) {
247247

248248
status_t OpenGLRenderer::invokeFunctors(Rect& dirty) {
249249
status_t result = DrawGlInfo::kStatusDone;
250-
size_t count = functors.size();
250+
size_t count = mFunctors.size();
251251

252252
if (count > 0) {
253253
SortedVector<Functor*> functors(mFunctors);

0 commit comments

Comments
 (0)