commit | 23b797ab5151eb2474f3bdd679f2f07bfd723042 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Fri Jan 03 18:08:34 2014 -0800 |
committer | John Reck <jreck@google.com> | Tue Jan 07 14:53:55 2014 -0800 |
tree | fb3c540879543006946abeffc3edb362fe2fbf28 | |
parent | dcd8258e2447afacb6d6f793c2cfb7ad94d2acec [diff] [blame] |
EGL migration to native Move EGL state management to native side for RemoteGLRenderer Change-Id: I12b0fed70246564d4caebf87374e8bbca655c572
diff --git a/libs/hwui/Stencil.cpp b/libs/hwui/Stencil.cpp index 2764523..8ce57db 100644 --- a/libs/hwui/Stencil.cpp +++ b/libs/hwui/Stencil.cpp
@@ -35,7 +35,7 @@ Stencil::Stencil(): mState(kDisabled) { } -uint32_t Stencil::getStencilSize() { +uint8_t Stencil::getStencilSize() { return STENCIL_BUFFER_SIZE; }