diff options
Diffstat (limited to 'webkit/port/platform/chromium/RenderThemeGtk.h')
-rw-r--r-- | webkit/port/platform/chromium/RenderThemeGtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/chromium/RenderThemeGtk.h b/webkit/port/platform/chromium/RenderThemeGtk.h index c4bfd32..48932d2 100644 --- a/webkit/port/platform/chromium/RenderThemeGtk.h +++ b/webkit/port/platform/chromium/RenderThemeGtk.h @@ -54,7 +54,7 @@ public: virtual Color platformActiveSelectionForegroundColor() const; virtual Color platformInactiveSelectionForegroundColor() const; - virtual double caretBlinkFrequency() const; + virtual double caretBlinkInterval() const; // System fonts. virtual void systemFont(int propId, Document*, FontDescription&) const; |