summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/public/linux/WebThemeEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/public/linux/WebThemeEngine.h')
-rw-r--r--Source/WebKit/chromium/public/linux/WebThemeEngine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/public/linux/WebThemeEngine.h b/Source/WebKit/chromium/public/linux/WebThemeEngine.h
index a98f224..cc47428 100644
--- a/Source/WebKit/chromium/public/linux/WebThemeEngine.h
+++ b/Source/WebKit/chromium/public/linux/WebThemeEngine.h
@@ -88,6 +88,7 @@ public:
bool checked;
bool indeterminate; // Whether the button state is indeterminate.
bool isDefault; // Whether the button is default button.
+ bool hasBorder;
WebColor backgroundColor;
};
@@ -100,6 +101,8 @@ public:
// Extra parameters for PartMenuList
struct MenuListExtraParams {
+ bool hasBorder;
+ bool hasBorderRadius;
int arrowX;
int arrowY;
WebColor backgroundColor;