Index: Source/core/rendering/RenderThemeChromiumDefault.h |
diff --git a/Source/core/rendering/RenderThemeChromiumDefault.h b/Source/core/rendering/RenderThemeChromiumDefault.h |
index 25423ed28f460e81abf27f9430d0a60f8babe475..2cfe442b5ba5c1e84daf9d51c8fe82e6462fcf62 100644 |
--- a/Source/core/rendering/RenderThemeChromiumDefault.h |
+++ b/Source/core/rendering/RenderThemeChromiumDefault.h |
@@ -61,24 +61,24 @@ public: |
static void setCaretBlinkInterval(double); |
virtual double caretBlinkIntervalInternal() const; |
- virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&); |
+ virtual bool paintCheckbox(RenderObject*, PaintInfo&, const IntRect&); |
virtual void setCheckboxSize(RenderStyle*) const; |
- virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&); |
+ virtual bool paintRadio(RenderObject*, PaintInfo&, const IntRect&); |
virtual void setRadioSize(RenderStyle*) const; |
- virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&); |
- virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&); |
- virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&); |
- virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&); |
- virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&); |
+ virtual bool paintButton(RenderObject*, PaintInfo&, const IntRect&); |
+ virtual bool paintTextField(RenderObject*, PaintInfo&, const IntRect&); |
+ virtual bool paintMenuList(RenderObject*, PaintInfo&, const IntRect&); |
+ virtual bool paintSliderTrack(RenderObject*, PaintInfo&, const IntRect&); |
+ virtual bool paintSliderThumb(RenderObject*, PaintInfo&, const IntRect&); |
virtual void adjustInnerSpinButtonStyle(RenderStyle*, Element*) const; |
- virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&); |
+ virtual bool paintInnerSpinButton(RenderObject*, PaintInfo&, const IntRect&); |
virtual bool popsMenuBySpaceOrReturn() const OVERRIDE { return true; } |
- virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&); |
+ virtual bool paintProgressBar(RenderObject*, PaintInfo&, const IntRect&); |
virtual bool shouldOpenPickerWithF4Key() const OVERRIDE; |