| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 83762f7e8b89a1009ad6c216e975655ba9e14351..8972b3d503dff84d4d87bb7bc188f2ba4c3176cf 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -968,9 +968,9 @@ class CORE_EXPORT FrameView final
|
|
|
| void updateParentScrollableAreaSet();
|
|
|
| - void scheduleUpdateWidgetsIfNecessary();
|
| - void updateWidgetsTimerFired(TimerBase*);
|
| - bool updateWidgets();
|
| + void scheduleUpdatePluginsIfNecessary();
|
| + void updatePluginsTimerFired(TimerBase*);
|
| + bool updatePlugins();
|
|
|
| bool processUrlFragmentHelper(const String&, UrlFragmentBehavior);
|
| void setFragmentAnchor(Node*);
|
| @@ -1075,7 +1075,7 @@ class CORE_EXPORT FrameView final
|
| int m_layoutCount;
|
| unsigned m_nestedLayoutCount;
|
| TaskRunnerTimer<FrameView> m_postLayoutTasksTimer;
|
| - TaskRunnerTimer<FrameView> m_updateWidgetsTimer;
|
| + TaskRunnerTimer<FrameView> m_updatePluginsTimer;
|
|
|
| bool m_firstLayout;
|
| bool m_isTransparent;
|
|
|