Fix sk_sp<> for incomplete type build issue

Change-Id: I211b7bc1e6d9dcdb1c74f6b6d28cd67674c059b0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/235830
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
This commit is contained in:
Brian Salomon 2019-08-21 11:54:07 -04:00 committed by Skia Commit-Bot
parent cd111cdcc5
commit af696501c6

View File

@ -9,12 +9,12 @@
#define GrTextureContext_DEFINED
#include "src/gpu/GrSurfaceContext.h"
#include "src/gpu/GrTextureOpList.h"
#include "src/gpu/GrTextureProxy.h"
class GrContext;
class GrDrawingManager;
class GrSurface;
class GrTextureOpList;
class GrTextureProxy;
struct SkIPoint;
struct SkIRect;