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

Unified Diff: ui/native_theme/native_theme_win.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/native_theme/native_theme_win.h ('k') | ui/surface/transport_dib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_win.cc
diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc
index 52acd96f31a1ff839536db94f1535203059a4a53..7eaeebd17e7e598b710e14245ad9304f3a515403 100644
--- a/ui/native_theme/native_theme_win.cc
+++ b/ui/native_theme/native_theme_win.cc
@@ -270,7 +270,7 @@ gfx::Size NativeThemeWin::GetPartSize(Part part,
gfx::Size(13, 13) : gfx::Size();
}
-void NativeThemeWin::Paint(SkCanvas* canvas,
+void NativeThemeWin::Paint(CdlCanvas* canvas,
Part part,
State state,
const gfx::Rect& rect,
« no previous file with comments | « ui/native_theme/native_theme_win.h ('k') | ui/surface/transport_dib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698