aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAHardwareBufferImageGenerator.cpp
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-06-13 18:21:44 -0400
committerGravatar Robert Phillips <robertphillips@google.com>2017-06-13 22:23:57 +0000
commit847d4c5714ff4e1420ce69611cffd68487cb9422 (patch)
treec566eefb9d4359c483f2ccdbc143133ec3b1bd26 /src/gpu/GrAHardwareBufferImageGenerator.cpp
parentfad9e3f54112ea8c8bb6bb72384f47b9759578f5 (diff)
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>
Diffstat (limited to 'src/gpu/GrAHardwareBufferImageGenerator.cpp')
-rw-r--r--src/gpu/GrAHardwareBufferImageGenerator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrAHardwareBufferImageGenerator.cpp b/src/gpu/GrAHardwareBufferImageGenerator.cpp
index 94861d46ae..06fa584bda 100644
--- a/src/gpu/GrAHardwareBufferImageGenerator.cpp
+++ b/src/gpu/GrAHardwareBufferImageGenerator.cpp
@@ -17,6 +17,7 @@
#include "GrContext.h"
#include "GrContextPriv.h"
#include "GrResourceProvider.h"
+#include "GrTexture.h"
#include <EGL/egl.h>
#include <EGL/eglext.h>