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

Unified Diff: ui/base/native_theme/native_theme_aura.cc

Issue 10875054: aura: Let NativeThemeBase paint ArrowButtons for aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 4 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/base/native_theme/native_theme_aura.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/native_theme/native_theme_aura.cc
diff --git a/ui/base/native_theme/native_theme_aura.cc b/ui/base/native_theme/native_theme_aura.cc
index f6328084896a116657577923f35c117f798b7d82..b918a7168c9a72e5535bb93448c3dacc838f045d 100644
--- a/ui/base/native_theme/native_theme_aura.cc
+++ b/ui/base/native_theme/native_theme_aura.cc
@@ -227,14 +227,6 @@ void NativeThemeAura::PaintScrollbarTrack(
}
}
-void NativeThemeAura::PaintArrowButton(SkCanvas* canvas,
- const gfx::Rect& rect,
- Part part,
- State state) const {
- // TODO(jamescook): Should this paint something? We used to DCHECK() here
- // that the rect was empty, but that was failing on about: UI pages.
-}
-
void NativeThemeAura::PaintScrollbarThumb(SkCanvas* canvas,
Part part,
State state,
« no previous file with comments | « ui/base/native_theme/native_theme_aura.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698