Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2737713002: Rename updateWidgets to updatePlugins (Closed)
Patch Set: Rename updateWidgets to updatePlugins Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698