Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: ui/views/view_unittest.cc

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/shadow_border.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ui/views/shadow_border.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698