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

Unified Diff: Source/core/paint/TableCellPainter.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/paint/SVGShapePainter.cpp ('k') | Source/core/paint/TableCellPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/TableCellPainter.h
diff --git a/Source/core/paint/TableCellPainter.h b/Source/core/paint/TableCellPainter.h
index 6f5db0112c1e8bfcfc36b4ddf0a701ca9901d4e7..b09f6261e40ce0846542617c7161b0009b350bc1 100644
--- a/Source/core/paint/TableCellPainter.h
+++ b/Source/core/paint/TableCellPainter.h
@@ -14,7 +14,7 @@ class LayoutPoint;
class LayoutRect;
class LayoutTableCell;
class LayoutObject;
-class LayoutStyle;
+class ComputedStyle;
class TableCellPainter {
public:
@@ -33,10 +33,10 @@ public:
LayoutRect paintBounds(const LayoutPoint& paintOffset, PaintBoundOffsetBehavior);
private:
- CollapsedBorderValue cachedCollapsedLeftBorder(const LayoutStyle&) const;
- CollapsedBorderValue cachedCollapsedRightBorder(const LayoutStyle&) const;
- CollapsedBorderValue cachedCollapsedTopBorder(const LayoutStyle&) const;
- CollapsedBorderValue cachedCollapsedBottomBorder(const LayoutStyle&) const;
+ CollapsedBorderValue cachedCollapsedLeftBorder(const ComputedStyle&) const;
+ CollapsedBorderValue cachedCollapsedRightBorder(const ComputedStyle&) const;
+ CollapsedBorderValue cachedCollapsedTopBorder(const ComputedStyle&) const;
+ CollapsedBorderValue cachedCollapsedBottomBorder(const ComputedStyle&) const;
LayoutTableCell& m_layoutTableCell;
};
« no previous file with comments | « Source/core/paint/SVGShapePainter.cpp ('k') | Source/core/paint/TableCellPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698