aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/sk_app/RasterWindowContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sk_app/RasterWindowContext.h')
-rw-r--r--tools/sk_app/RasterWindowContext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/sk_app/RasterWindowContext.h b/tools/sk_app/RasterWindowContext.h
index 75bde03ad7..db8600acd5 100644
--- a/tools/sk_app/RasterWindowContext.h
+++ b/tools/sk_app/RasterWindowContext.h
@@ -16,9 +16,6 @@ class RasterWindowContext : public WindowContext {
public:
RasterWindowContext(const DisplayParams& params) : WindowContext(params) {}
- // Explicitly convert nullptr to GrBackendContext is needed for compiling
- GrBackendContext getBackendContext() override { return (GrBackendContext) nullptr; }
-
protected:
bool isGpuContext() override { return false; }
};