| Index: Source/core/layout/LayoutTextControlSingleLine.cpp
|
| diff --git a/Source/core/layout/LayoutTextControlSingleLine.cpp b/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| index a8a37a5afb5d6b185c2fddec1f2b171e467eb9fc..df4d24924c2b9cc7551cbf2b33437ed9830aff0d 100644
|
| --- a/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| +++ b/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| @@ -35,6 +35,7 @@
|
| #include "core/layout/LayoutTheme.h"
|
| #include "core/paint/DeprecatedPaintLayer.h"
|
| #include "core/paint/PaintInfo.h"
|
| +#include "core/paint/ThemePainter.h"
|
| #include "platform/PlatformKeyboardEvent.h"
|
| #include "platform/fonts/SimpleFontData.h"
|
|
|
| @@ -83,7 +84,7 @@ void LayoutTextControlSingleLine::paint(const PaintInfo& paintInfo, const Layout
|
|
|
| // Convert the rect into the coords used for painting the content
|
| contentsRect.moveBy(paintOffset + location());
|
| - LayoutTheme::theme().paintCapsLockIndicator(this, paintInfo, pixelSnappedIntRect(contentsRect));
|
| + LayoutTheme::themePainter().paintCapsLockIndicator(this, paintInfo, pixelSnappedIntRect(contentsRect));
|
| }
|
| }
|
|
|
|
|