Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index c3cd0f839a9244c13a1e68d39ea2d86a735335e6..1b754ba9cca913ae1469d2ee708cfa6dd81b2575 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -551,6 +551,8 @@ public: |
// Returns the scrollable area for the frame. |
ScrollableArea* scrollableArea(); |
+ void lineLayoutTime(double ms); |
+ |
protected: |
// Scroll the content via the compositor. |
bool scrollContentsFastPath(const IntSize& scrollDelta); |
@@ -824,6 +826,8 @@ private: |
bool m_shouldDrawPanScrollIcon; |
bool m_clipsRepaints; |
+ |
+ double m_lineLayoutMs; |
}; |
inline void FrameView::incrementVisuallyNonEmptyCharacterCount(unsigned count) |