| Index: rendering/RenderThemeChromiumLinux.h
|
| ===================================================================
|
| --- rendering/RenderThemeChromiumLinux.h (revision 47952)
|
| +++ rendering/RenderThemeChromiumLinux.h (working copy)
|
| @@ -49,12 +49,17 @@
|
| virtual Color inactiveListBoxSelectionBackgroundColor() const;
|
| virtual Color inactiveListBoxSelectionForegroundColor() const;
|
|
|
| + void setCaretBlinkInterval(double interval);
|
| + virtual double caretBlinkInterval() const;
|
| +
|
| private:
|
| RenderThemeChromiumLinux();
|
| virtual ~RenderThemeChromiumLinux();
|
|
|
| // A general method asking if any control tinting is supported at all.
|
| virtual bool supportsControlTints() const;
|
| +
|
| + double m_caretBlinkInterval;
|
| };
|
|
|
| } // namespace WebCore
|
|
|