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

Unified Diff: Source/core/layout/LayoutGeometryMap.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/layout/LayoutFullScreen.cpp ('k') | Source/core/layout/LayoutGrid.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutGeometryMap.cpp
diff --git a/Source/core/layout/LayoutGeometryMap.cpp b/Source/core/layout/LayoutGeometryMap.cpp
index 0d746f6b07ad645cd2bf589b683798ac28cf3df9..02813e4fff2e807f2ccc9a2ae1a0b792fb2fae7b 100644
--- a/Source/core/layout/LayoutGeometryMap.cpp
+++ b/Source/core/layout/LayoutGeometryMap.cpp
@@ -200,7 +200,7 @@ void LayoutGeometryMap::pushMappingsToAncestor(const LayoutObject* renderer, con
static bool canMapBetweenRenderers(const LayoutObject* renderer, const LayoutObject* ancestor)
{
for (const LayoutObject* current = renderer; ; current = current->parent()) {
- const LayoutStyle& style = current->styleRef();
+ const ComputedStyle& style = current->styleRef();
if (style.position() == FixedPosition || style.isFlippedBlocksWritingMode())
return false;
« no previous file with comments | « Source/core/layout/LayoutFullScreen.cpp ('k') | Source/core/layout/LayoutGrid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698