| Index: third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| index c3e6049dc0619a6a5b3257553048cafac1be9bbe..911ff68c8e074e84ffc376fbf363f38df7f84205 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| @@ -111,7 +111,7 @@ void LayoutTextControl::updateFromElement()
|
| int LayoutTextControl::scrollbarThickness() const
|
| {
|
| // FIXME: We should get the size of the scrollbar from the LayoutTheme instead.
|
| - return ScrollbarTheme::theme()->scrollbarThickness();
|
| + return ScrollbarTheme::theme().scrollbarThickness();
|
| }
|
|
|
| void LayoutTextControl::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
|
|
|