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

Unified Diff: third_party/WebKit/Source/core/dom/Document.cpp

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: addressed comments Created 3 years, 6 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/dom/Document.cpp
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
index fd0f51ca7d38f92ec8bf9f4d8e17b4cd052e75c0..1b51167493b41e13c37b93ed70d36dfcb9d41055 100644
--- a/third_party/WebKit/Source/core/dom/Document.cpp
+++ b/third_party/WebKit/Source/core/dom/Document.cpp
@@ -2304,6 +2304,8 @@ void Document::LayoutUpdated() {
}
root_scroller_controller_->DidUpdateLayout();
+ if (GetFrame())
+ GetFrame()->LayoutUpdated();
}
void Document::ClearFocusedElementSoon() {

Powered by Google App Engine
This is Rietveld 408576698