Chromium Code Reviews| Index: src/gpu/GrDrawTarget.cpp |
| diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp |
| index a2c824b58c24458debb698c3a303af860cd85f51..7d5a4f992fa5d904324321e8361aacf0af864432 100644 |
| --- a/src/gpu/GrDrawTarget.cpp |
| +++ b/src/gpu/GrDrawTarget.cpp |
| @@ -32,7 +32,7 @@ |
| GrDrawTarget::GrDrawTarget(GrContext* context) |
| : fContext(context) |
| - , fCaps(SkRef(context->caps())) |
| + , fCaps(SkRef(context->getGpu()->caps())) |
| , fGpuTraceMarkerCount(0) |
| , fFlushing(false) { |
| SkASSERT(context); |