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

Unified Diff: Source/core/html/HTMLFrameSetElement.cpp

Issue 1115353002: Update renderer to layoutObject in core/html. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 | « Source/core/html/HTMLFrameOwnerElement.cpp ('k') | Source/core/html/HTMLImageElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFrameSetElement.cpp
diff --git a/Source/core/html/HTMLFrameSetElement.cpp b/Source/core/html/HTMLFrameSetElement.cpp
index 20724f13aa85e0d19d30d21745a31581dfe4dc2f..4367f85598a46d8f6aa453975d47ba6b1ba4117f 100644
--- a/Source/core/html/HTMLFrameSetElement.cpp
+++ b/Source/core/html/HTMLFrameSetElement.cpp
@@ -149,8 +149,8 @@ void HTMLFrameSetElement::parseAttribute(const QualifiedName& name, const Atomic
bool HTMLFrameSetElement::layoutObjectIsNeeded(const ComputedStyle& style)
{
- // For compatibility, frames render even when display: none is set.
- // However, we delay creating a renderer until stylesheets have loaded.
+ // For compatibility, frames layoutObject even when display: none is set.
+ // However, we delay creating a layoutObject until stylesheets have loaded.
return style.isStyleAvailable();
}
« no previous file with comments | « Source/core/html/HTMLFrameOwnerElement.cpp ('k') | Source/core/html/HTMLImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698