summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/layout/layout_theme_default.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/layout/layout_theme_default.h')
-rw-r--r--chromium/third_party/blink/renderer/core/layout/layout_theme_default.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/core/layout/layout_theme_default.h b/chromium/third_party/blink/renderer/core/layout/layout_theme_default.h
index ba106da1757..994d74e81f6 100644
--- a/chromium/third_party/blink/renderer/core/layout/layout_theme_default.h
+++ b/chromium/third_party/blink/renderer/core/layout/layout_theme_default.h
@@ -107,12 +107,12 @@ class CORE_EXPORT LayoutThemeDefault : public LayoutTheme {
void AdjustMenuListStyle(ComputedStyle&, Element*) const override;
void AdjustMenuListButtonStyle(ComputedStyle&, Element*) const override;
- double AnimationRepeatIntervalForProgressBar() const override;
- double AnimationDurationForProgressBar() const override;
+ TimeDelta AnimationRepeatIntervalForProgressBar() const override;
+ TimeDelta AnimationDurationForProgressBar() const override;
// These methods define the padding for the MenuList's inner block.
int PopupInternalPaddingStart(const ComputedStyle&) const override;
- int PopupInternalPaddingEnd(const ChromeClient*,
+ int PopupInternalPaddingEnd(const PlatformChromeClient*,
const ComputedStyle&) const override;
int PopupInternalPaddingTop(const ComputedStyle&) const override;
int PopupInternalPaddingBottom(const ComputedStyle&) const override;
@@ -121,7 +121,7 @@ class CORE_EXPORT LayoutThemeDefault : public LayoutTheme {
// thickness, which is 3px or 4px, and we use the value from the default Aura
// theme.
int MenuListArrowWidthInDIP() const;
- float ClampedMenuListArrowPaddingSize(const ChromeClient*,
+ float ClampedMenuListArrowPaddingSize(const PlatformChromeClient*,
const ComputedStyle&) const;
static void SetSelectionColors(unsigned active_background_color,