Index: src/core/SkLiteDL.h |
diff --git a/src/core/SkLiteDL.h b/src/core/SkLiteDL.h |
index 27b6e925799d69f537e649284cbc9bb955ded30c..38a08129ac6a70791fb1b3899b439e94438710ff 100644 |
--- a/src/core/SkLiteDL.h |
+++ b/src/core/SkLiteDL.h |
@@ -15,14 +15,11 @@ |
#include "SkRect.h" |
#include "SkTDArray.h" |
-class GrContext; |
- |
class SkLiteDL final : public SkDrawable { |
public: |
static sk_sp<SkLiteDL> New(SkRect); |
void reset(SkRect); |
- void optimizeFor(GrContext*); |
void makeThreadsafe(); |
bool empty() const { return fUsed == 0; } |