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

Unified Diff: ui/native_theme/common_theme.h

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/native_theme/DEPS ('k') | ui/native_theme/common_theme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/common_theme.h
diff --git a/ui/native_theme/common_theme.h b/ui/native_theme/common_theme.h
index 476e0874f91b16016d24ec54f199d246cd98eee5..f323478e4b5b81dea3d1d147e3162c76ba810c7b 100644
--- a/ui/native_theme/common_theme.h
+++ b/ui/native_theme/common_theme.h
@@ -9,7 +9,6 @@
#include "ui/native_theme/native_theme.h"
-class SkCanvas;
namespace ui {
@@ -23,7 +22,7 @@ SkColor NATIVE_THEME_EXPORT GetAuraColor(NativeTheme::ColorId color_id,
void NATIVE_THEME_EXPORT CommonThemePaintMenuItemBackground(
const NativeTheme* theme,
- SkCanvas* canvas,
+ cc::PaintCanvas* canvas,
NativeTheme::State state,
const gfx::Rect& rect,
const NativeTheme::MenuItemExtraParams& menu_item);
« no previous file with comments | « ui/native_theme/DEPS ('k') | ui/native_theme/common_theme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698