Remove unnecessary include of gles2 header in SkANGLEGLContext.h

TBR=robertphillips@google.com

Review URL: https://codereview.chromium.org/949973002
This commit is contained in:
bsalomon 2015-02-23 10:06:44 -08:00 committed by Commit bot
parent a2f4be76a9
commit c01f47b759

View File

@ -12,7 +12,6 @@
#include "gl/SkGLContext.h"
#include <GLES2/gl2.h>
#include <EGL/egl.h>
class SkANGLEGLContext : public SkGLContext {