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

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

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 | « no previous file | ui/base/native_theme/native_theme_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/native_theme/native_theme_aura.h
diff --git a/ui/base/native_theme/native_theme_aura.h b/ui/base/native_theme/native_theme_aura.h
index 20a6317c44aa966ac9ea2e77bb15570796a53c7f..3ea67368385de5ebcf2170851c4f807d646a32ea 100644
--- a/ui/base/native_theme/native_theme_aura.h
+++ b/ui/base/native_theme/native_theme_aura.h
@@ -30,10 +30,6 @@ class NativeThemeAura : public NativeThemeBase {
State state,
const ScrollbarTrackExtraParams& extra_params,
const gfx::Rect& rect) const OVERRIDE;
- virtual void PaintArrowButton(SkCanvas* canvas,
- const gfx::Rect& rect,
- Part direction,
- State state) const OVERRIDE;
virtual void PaintScrollbarThumb(SkCanvas* canvas,
Part part,
State state,
« no previous file with comments | « no previous file | ui/base/native_theme/native_theme_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698