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

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

Issue 2129033002: Update scrollbars from FrameView::show. Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 5 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
Index: third_party/WebKit/Source/core/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index 2d84b43ae9109b0c87637d76bc20790eb18184be..8f3a00b6d60ce730ecf12969c93b6dc11cec34c8 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -4012,6 +4012,7 @@ void FrameView::setParentVisible(bool visible)
void FrameView::show()
{
+ updateScrollbars();
if (!isSelfVisible()) {
setSelfVisible(true);
setNeedsCompositingUpdate(layoutViewItem(), CompositingUpdateRebuildTree);

Powered by Google App Engine
This is Rietveld 408576698