Chromium Code Reviews| Index: debugger/QT/SkDrawCommandGeometryWidget.h |
| diff --git a/debugger/QT/SkDrawCommandGeometryWidget.h b/debugger/QT/SkDrawCommandGeometryWidget.h |
| index 0bdddd03194ca4dae3de4cef157f05acff4ed59a..ae35fdca19748c0566ced1c4d79e863bc3140b5c 100644 |
| --- a/debugger/QT/SkDrawCommandGeometryWidget.h |
| +++ b/debugger/QT/SkDrawCommandGeometryWidget.h |
| @@ -29,7 +29,7 @@ private: |
| void updateImage(); |
| SkDebugger* fDebugger; |
| - SkAutoTUnref<SkSurface> fSurface; |
| + sk_sp<SkSurface> fSurface; |
| int fCommandIndex; |
| }; |