Chromium Code Reviews| Index: Source/platform/mac/ThemeMac.mm |
| diff --git a/Source/platform/mac/ThemeMac.mm b/Source/platform/mac/ThemeMac.mm |
| index 0519a10acae6e834cc96307ded57cfe4c281d35f..b76a375a00e01f8110af31b4761a1072d408b889 100644 |
| --- a/Source/platform/mac/ThemeMac.mm |
| +++ b/Source/platform/mac/ThemeMac.mm |
| @@ -558,8 +558,8 @@ static void paintStepper(ControlStates states, GraphicsContext* context, const I |
| HIThemeDrawButton(&backgroundBounds, &drawInfo, localContext.cgContext(), kHIThemeOrientationNormal, 0); |
| } |
| -// This will ensure that we always return a valid NSView, even if ScrollView doesn't have an associated document NSView. |
| -// If the ScrollView doesn't have an NSView, we will return a fake NSView whose sole purpose is to tell AppKit that it's flipped. |
| +// This will ensure that we always return a valid NSView, even if FrameView doesn't have an associated document NSView. |
| +// If the FrameView doesn't have an NSView, we will return a fake NSView whose sole purpose is to tell AppKit that it's flipped. |
| NSView *ThemeMac::ensuredView(ScrollableArea* scrollView) |
|
Ian Vollick
2014/10/11 03:05:32
Should the parameter be renamed frameView?
skobes
2014/10/11 04:05:19
Done (here and in a few other places).
|
| { |