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

Unified Diff: third_party/WebKit/Source/core/paint/TableCellPainter.h

Issue 1549693002: Optimize collapsed border painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/core/paint/TableCellPainter.h
diff --git a/third_party/WebKit/Source/core/paint/TableCellPainter.h b/third_party/WebKit/Source/core/paint/TableCellPainter.h
index e195120e90fcc1008955e2c58dbd3bd91fb386a6..6a814e49af1c4e5b43c03280d2c12b2bfe1be129 100644
--- a/third_party/WebKit/Source/core/paint/TableCellPainter.h
+++ b/third_party/WebKit/Source/core/paint/TableCellPainter.h
@@ -37,11 +37,6 @@ public:
LayoutRect paintBounds(const LayoutPoint& paintOffset, PaintBoundOffsetBehavior);
private:
- const CollapsedBorderValue* cachedCollapsedLeftBorder(const ComputedStyle&) const;
- const CollapsedBorderValue* cachedCollapsedRightBorder(const ComputedStyle&) const;
- const CollapsedBorderValue* cachedCollapsedTopBorder(const ComputedStyle&) const;
- const CollapsedBorderValue* cachedCollapsedBottomBorder(const ComputedStyle&) const;
-
const LayoutTableCell& m_layoutTableCell;
};

Powered by Google App Engine
This is Rietveld 408576698