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

Unified Diff: Source/core/layout/LayoutMedia.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/layout/LayoutListMarker.cpp ('k') | Source/core/layout/LayoutMedia.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutMedia.h
diff --git a/Source/core/layout/LayoutMedia.h b/Source/core/layout/LayoutMedia.h
index 112cd6b3ba96a8863f27ceb76539ea332be3921d..89182494ed824ff9805a7a140827bbc0191956e7 100644
--- a/Source/core/layout/LayoutMedia.h
+++ b/Source/core/layout/LayoutMedia.h
@@ -66,7 +66,7 @@ private:
// so we can't support generated content.
virtual bool canHaveGeneratedChildren() const override final { return false; }
virtual bool canHaveChildren() const override final { return true; }
- virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override final;
+ virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override final;
virtual bool isImage() const override final { return false; }
virtual void paintReplaced(const PaintInfo&, const LayoutPoint&) override;
« no previous file with comments | « Source/core/layout/LayoutListMarker.cpp ('k') | Source/core/layout/LayoutMedia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698