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

Unified Diff: base/gfx/native_theme.h

Issue 42451: Chromium side of trackbar drawing. This is needed to support <input type="ra... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | base/gfx/native_theme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/gfx/native_theme.h
===================================================================
--- base/gfx/native_theme.h (revision 12164)
+++ base/gfx/native_theme.h (working copy)
@@ -41,6 +41,7 @@
STATUS,
TAB,
TEXTFIELD,
+ TRACKBAR,
WINDOW,
LAST
};
@@ -199,6 +200,13 @@
bool fill_content_area,
bool draw_edges) const;
+ HRESULT PaintTrackbar(HDC hdc,
+ int part_id,
+ int state_id,
+ int classic_state,
+ RECT* rect,
+ skia::PlatformCanvasWin* canvas) const;
+
bool IsThemingActive() const;
HRESULT GetThemePartSize(ThemeName themeName,
« no previous file with comments | « no previous file | base/gfx/native_theme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698