headers: fix

Change-Id: I0cd10f735c25686e41831ad1d0c99981c9d22d9a
Reviewed-on: https://skia-review.googlesource.com/11383
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
This commit is contained in:
Hal Canary 2017-04-05 12:55:32 -04:00 committed by Skia Commit-Bot
parent a0ac963eea
commit e80e6183e5
3 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#define GrTextureAdjuster_DEFINED
#include "GrTextureProducer.h"
#include "GrTextureProxy.h"
#include "SkTLazy.h"
/**

View File

@ -14,6 +14,8 @@
#include "GrOp.h"
#include "GrOpFlushState.h"
#include "GrRenderTarget.h"
#include "GrRenderTargetContext.h"
#include "GrResourceProvider.h"
class GrClearOp final : public GrOp {
public:

View File

@ -9,6 +9,7 @@
#define SKSL_FILEOUTPUTSTREAM
#include "SkSLOutputStream.h"
#include "SkSLUtil.h"
#include <stdio.h>
namespace SkSL {