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

Unified Diff: Source/core/paint/DeprecatedPaintLayerStackingNode.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
Index: Source/core/paint/DeprecatedPaintLayerStackingNode.h
diff --git a/Source/core/paint/DeprecatedPaintLayerStackingNode.h b/Source/core/paint/DeprecatedPaintLayerStackingNode.h
index 2fedfb0b188c95ac578061ee1b82808fd1836dcd..4fd6b7c55c2d562b3b7cb43cebb12a9a69502fc5 100644
--- a/Source/core/paint/DeprecatedPaintLayerStackingNode.h
+++ b/Source/core/paint/DeprecatedPaintLayerStackingNode.h
@@ -54,7 +54,7 @@ namespace blink {
class DeprecatedPaintLayer;
class DeprecatedPaintLayerCompositor;
-class LayoutStyle;
+class ComputedStyle;
class LayoutBoxModelObject;
class DeprecatedPaintLayerStackingNode {
@@ -86,7 +86,7 @@ public:
bool normalFlowListDirty() const { return m_normalFlowListDirty; }
void dirtyNormalFlowList();
- void updateStackingNodesAfterStyleChange(const LayoutStyle* oldStyle);
+ void updateStackingNodesAfterStyleChange(const ComputedStyle* oldStyle);
DeprecatedPaintLayerStackingNode* ancestorStackingContextNode() const;
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp ('k') | Source/core/paint/DeprecatedPaintLayerStackingNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698