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

Unified Diff: ui/views/view_unittest.cc

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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 6013c84b2bc5def66ad445a9a1cde0dce3044b8d..bce5a71fb21befc0842bb1ae78f7b4ab843e42bf 100644
--- a/ui/views/view_unittest.cc
+++ b/ui/views/view_unittest.cc
@@ -4578,7 +4578,7 @@ class TestNativeTheme : public ui::NativeTheme {
const ExtraParams& extra) const override {
return gfx::Size();
}
- void Paint(SkCanvas* canvas,
+ void Paint(CdlCanvas* 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