aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSurface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrSurface.cpp')
-rw-r--r--src/gpu/GrSurface.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/GrSurface.cpp b/src/gpu/GrSurface.cpp
index a7be0f47d9..382550e41f 100644
--- a/src/gpu/GrSurface.cpp
+++ b/src/gpu/GrSurface.cpp
@@ -6,10 +6,11 @@
*/
#include "GrSurface.h"
+#include "GrContext.h"
#include "GrSurfacePriv.h"
#include "SkBitmap.h"
-#include "SkGr.h"
+#include "SkGrPriv.h"
#include "SkImageEncoder.h"
#include <stdio.h>