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