Add GrTexture.h include to GrAHardwareBufferImageGenerator.cpp

TBR=bsalomon@google.com
Change-Id: I0cee1dc3f6cdfeaf86d1fbe2eb033c78ff8fe686
Reviewed-on: https://skia-review.googlesource.com/19725
Reviewed-by: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Robert Phillips 2017-06-13 18:21:44 -04:00
parent fad9e3f541
commit 847d4c5714

View File

@ -17,6 +17,7 @@
#include "GrContext.h"
#include "GrContextPriv.h"
#include "GrResourceProvider.h"
#include "GrTexture.h"
#include <EGL/egl.h>
#include <EGL/eglext.h>