| Index: Source/core/layout/LayoutTextControlSingleLine.cpp
|
| diff --git a/Source/core/layout/LayoutTextControlSingleLine.cpp b/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| index 4560ca967e72ea32c8ec1388aacc54db32ac659e..8c6b0d66d0781aa5d5ad9bc5a017060128b0b21c 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::theme().painter().paintCapsLockIndicator(this, paintInfo, pixelSnappedIntRect(contentsRect));
|
| }
|
| }
|
|
|
|
|