aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ddl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ddl')
-rw-r--r--src/gpu/ddl/GrDDLGpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gpu/ddl/GrDDLGpu.h b/src/gpu/ddl/GrDDLGpu.h
index 36c4f046ef..16deab0353 100644
--- a/src/gpu/ddl/GrDDLGpu.h
+++ b/src/gpu/ddl/GrDDLGpu.h
@@ -43,6 +43,12 @@ public:
return true;
}
+ void onQueryMultisampleSpecs(GrRenderTarget* rt, GrSurfaceOrigin, const GrStencilSettings&,
+ int* effectiveSampleCnt, SamplePattern*) override {
+ SkASSERT(0);
+ *effectiveSampleCnt = 0; // ??
+ }
+
GrGpuRTCommandBuffer* createCommandBuffer(
GrRenderTarget*, GrSurfaceOrigin,
const GrGpuRTCommandBuffer::LoadAndStoreInfo&,