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

Unified Diff: Source/core/html/HTMLNoEmbedElement.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/HTMLNoEmbedElement.h ('k') | Source/core/html/HTMLNoScriptElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLNoEmbedElement.cpp
diff --git a/Source/core/html/HTMLNoEmbedElement.cpp b/Source/core/html/HTMLNoEmbedElement.cpp
index c3b386a08181da3f860dd39fcdc30980fff0692e..3feab6fbbf7df54511ce8d4e8c744efce01e0d33 100644
--- a/Source/core/html/HTMLNoEmbedElement.cpp
+++ b/Source/core/html/HTMLNoEmbedElement.cpp
@@ -47,7 +47,7 @@ inline HTMLNoEmbedElement::HTMLNoEmbedElement(Document& document)
DEFINE_NODE_FACTORY(HTMLNoEmbedElement)
-bool HTMLNoEmbedElement::layoutObjectIsNeeded(const LayoutStyle& style)
+bool HTMLNoEmbedElement::layoutObjectIsNeeded(const ComputedStyle& style)
{
if (document().frame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
return false;
« no previous file with comments | « Source/core/html/HTMLNoEmbedElement.h ('k') | Source/core/html/HTMLNoScriptElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698