diff options
Diffstat (limited to 'libs/hwui/Layer.cpp')
-rw-r--r-- | libs/hwui/Layer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/Layer.cpp b/libs/hwui/Layer.cpp index 7a74b9825d80..83692664d76f 100644 --- a/libs/hwui/Layer.cpp +++ b/libs/hwui/Layer.cpp @@ -56,7 +56,6 @@ Layer::~Layer() { SkSafeUnref(colorFilter); if (stencil || fbo || texture.mId) { - renderState.requireGLContext(); removeFbo(); texture.deleteTexture(); } |