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

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

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 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 | « Source/core/html/HTMLIFrameElement.h ('k') | Source/core/html/HTMLImageElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLIFrameElement.cpp
diff --git a/Source/core/html/HTMLIFrameElement.cpp b/Source/core/html/HTMLIFrameElement.cpp
index 2e752d7493cae9b854a1a7336ba2af78f053797e..f5ea4ff0e5bda2977040d7208b71b3925d4ebb0b 100644
--- a/Source/core/html/HTMLIFrameElement.cpp
+++ b/Source/core/html/HTMLIFrameElement.cpp
@@ -124,12 +124,12 @@ void HTMLIFrameElement::parseAttribute(const QualifiedName& name, const AtomicSt
}
}
-bool HTMLIFrameElement::layoutObjectIsNeeded(const LayoutStyle& style)
+bool HTMLIFrameElement::layoutObjectIsNeeded(const ComputedStyle& style)
{
return isURLAllowed() && HTMLElement::layoutObjectIsNeeded(style);
}
-LayoutObject* HTMLIFrameElement::createLayoutObject(const LayoutStyle&)
+LayoutObject* HTMLIFrameElement::createLayoutObject(const ComputedStyle&)
{
return new LayoutIFrame(this);
}
« no previous file with comments | « Source/core/html/HTMLIFrameElement.h ('k') | Source/core/html/HTMLImageElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698