| Index: Source/core/rendering/RenderTheme.h
|
| diff --git a/Source/core/rendering/RenderTheme.h b/Source/core/rendering/RenderTheme.h
|
| index fed9d02d4c0b4cd9648769c40e39b878ff859202..9603f6f4414c98801cc76a25b4da1e5113b5e408 100644
|
| --- a/Source/core/rendering/RenderTheme.h
|
| +++ b/Source/core/rendering/RenderTheme.h
|
| @@ -93,9 +93,9 @@ public:
|
| // Whether or not the control has been styled enough by the author to disable the native appearance.
|
| virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle*) const;
|
|
|
| - // Some controls may spill out of their containers (e.g., the check on an OS X checkbox). When these controls repaint,
|
| + // Some controls may spill out of their containers (e.g., the check on an OS X checkbox). When these controls issues paint invalidations,
|
| // the theme needs to communicate this inflated rect to the engine so that it can invalidate the whole control.
|
| - virtual void adjustRepaintRect(const RenderObject*, IntRect&);
|
| + virtual void adjustPaintInvalidationRect(const RenderObject*, IntRect&);
|
|
|
| // This method is called whenever a relevant state changes on a particular themed object, e.g., the mouse becomes pressed
|
| // or a control becomes disabled.
|
|
|