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

Unified Diff: ui/views/view_unittest.cc

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Clean up comments, fix mac build 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
Index: ui/views/view_unittest.cc
diff --git a/ui/views/view_unittest.cc b/ui/views/view_unittest.cc
index bb71337326da40184c6090bd7ed46186cad96138..93778123cc3fce430353136482ac9aed7d3520b6 100644
--- a/ui/views/view_unittest.cc
+++ b/ui/views/view_unittest.cc
@@ -4579,7 +4579,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,

Powered by Google App Engine
This is Rietveld 408576698