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:
parent
a0ac963eea
commit
e80e6183e5
@ -9,6 +9,7 @@
|
||||
#define GrTextureAdjuster_DEFINED
|
||||
|
||||
#include "GrTextureProducer.h"
|
||||
#include "GrTextureProxy.h"
|
||||
#include "SkTLazy.h"
|
||||
|
||||
/**
|
||||
|
@ -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:
|
||||
|
@ -9,6 +9,7 @@
|
||||
#define SKSL_FILEOUTPUTSTREAM
|
||||
|
||||
#include "SkSLOutputStream.h"
|
||||
#include "SkSLUtil.h"
|
||||
#include <stdio.h>
|
||||
|
||||
namespace SkSL {
|
||||
|
Loading…
Reference in New Issue
Block a user