| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 0cf600a470ff9c90d6e4cf253373189a3832240e..b88e0cee1ff3a60bb4ea9daf347eea0b78b1b6dc 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -750,6 +750,7 @@ private:
|
| bool m_userGestureObserved;
|
| bool m_shouldDispatchFirstVisuallyNonEmptyLayout;
|
| bool m_shouldDispatchFirstLayoutAfterFinishedParsing;
|
| + bool m_shouldDispatchFirstPaintAfterLoad;
|
| WebDisplayMode m_displayMode;
|
|
|
| FloatSize m_elasticOverscroll;
|
|
|