Index: tools/viewer/sk_app/GLWindowContext.h |
diff --git a/tools/viewer/sk_app/GLWindowContext.h b/tools/viewer/sk_app/GLWindowContext.h |
index 98a312fc3316d00f429ae6cd70d028be5ebf6da9..2ebc39f4b7ec54fed79408d09cb988f0b2f4f7ba 100644 |
--- a/tools/viewer/sk_app/GLWindowContext.h |
+++ b/tools/viewer/sk_app/GLWindowContext.h |
@@ -12,7 +12,6 @@ |
#include "gl/GrGLInterface.h" |
#include "SkRefCnt.h" |
-#include "GrRenderTarget.h" |
#include "SkSurface.h" |
#include "WindowContext.h" |
@@ -52,7 +51,6 @@ protected: |
virtual void onSwapBuffers() = 0; |
SkAutoTUnref<const GrGLInterface> fBackendContext; |
- sk_sp<GrRenderTarget> fRenderTarget; |
sk_sp<SkSurface> fSurface; |
// parameters obtained from the native window |