| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index aefb5947dda7b7aa69b9edc2f81c37b375686acf..9709492842e454429821c94cc35863be953f0dde 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -559,8 +559,6 @@ public:
|
| // Returns the scrollable area for the frame.
|
| ScrollableArea* scrollableArea();
|
|
|
| - void lineLayoutTime(double ms);
|
| -
|
| int viewportWidth() const;
|
|
|
| protected:
|
| @@ -837,8 +835,6 @@ private:
|
| bool m_shouldDrawPanScrollIcon;
|
|
|
| bool m_clipsRepaints;
|
| -
|
| - double m_lineLayoutMs;
|
| };
|
|
|
| inline void FrameView::incrementVisuallyNonEmptyCharacterCount(unsigned count)
|
|
|