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

Unified Diff: Source/core/html/HTMLNoScriptElement.h

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.cpp ('k') | Source/core/html/HTMLNoScriptElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLNoScriptElement.h
diff --git a/Source/core/html/HTMLNoScriptElement.h b/Source/core/html/HTMLNoScriptElement.h
index 0c37cbef06bbee45cae5d704f7ad15d8fa8d771a..7469bef9f70b107267c4ff98ffe551f7b41c9bc6 100644
--- a/Source/core/html/HTMLNoScriptElement.h
+++ b/Source/core/html/HTMLNoScriptElement.h
@@ -44,7 +44,7 @@ public:
private:
explicit HTMLNoScriptElement(Document&);
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override;
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override;
};
} // namespace
« no previous file with comments | « Source/core/html/HTMLNoEmbedElement.cpp ('k') | Source/core/html/HTMLNoScriptElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698