Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
index a43e6d66f8ee0b4559685b200eeaa299fc9e97a8..b728f82df2359ce85fc1ba19c8332136bebd8f2b 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
@@ -642,7 +642,7 @@ void HTMLMediaElement::attachLayoutTree(const AttachContext& context) { |
layoutObject()->updateFromElement(); |
} |
-void HTMLMediaElement::didRecalcStyle() { |
+void HTMLMediaElement::didRebuildLayoutTree() { |
if (layoutObject()) |
layoutObject()->updateFromElement(); |
} |