summaryrefslogtreecommitdiffstats
path: root/base/gfx/native_theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gfx/native_theme.h')
-rw-r--r--base/gfx/native_theme.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/base/gfx/native_theme.h b/base/gfx/native_theme.h
index 2e923d4..519bf94 100644
--- a/base/gfx/native_theme.h
+++ b/base/gfx/native_theme.h
@@ -41,6 +41,7 @@ class NativeTheme {
STATUS,
TAB,
TEXTFIELD,
+ TRACKBAR,
WINDOW,
LAST
};
@@ -199,6 +200,13 @@ class NativeTheme {
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,