| Index: ui/views/view_unittest.cc
|
| diff --git a/ui/views/view_unittest.cc b/ui/views/view_unittest.cc
|
| index ea814a7eb8752c6e7b9c8d188e46a69d743468ce..e1b6710554409fd3a4dce25fd321645b93530eff 100644
|
| --- a/ui/views/view_unittest.cc
|
| +++ b/ui/views/view_unittest.cc
|
| @@ -4559,7 +4559,7 @@ class TestNativeTheme : public ui::NativeTheme {
|
| const ExtraParams& extra) const override {
|
| return gfx::Size();
|
| }
|
| - void Paint(SkCanvas* canvas,
|
| + void Paint(cc::PaintCanvas* canvas,
|
| Part part,
|
| State state,
|
| const gfx::Rect& rect,
|
|
|