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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableCell.h

Issue 2616463003: Reference table via the cell for collapsed border display item client (Closed)
Patch Set: Avoid copy constructor Created 3 years, 12 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 | « no previous file | third_party/WebKit/Source/core/layout/LayoutTableCell.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
index bf51aa7ff357791e1f2c17941327ad3a972c83d8..9d17ab4df29dca8e1061dd1c72a6ff5c33fc302a 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
@@ -293,7 +293,7 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
// CollapsedBorderValue.
class CollapsedBorderValues : public DisplayItemClient {
public:
- CollapsedBorderValues(const LayoutTable&,
+ CollapsedBorderValues(const LayoutTableCell&,
const CollapsedBorderValue& startBorder,
const CollapsedBorderValue& endBorder,
const CollapsedBorderValue& beforeBorder,
@@ -311,7 +311,7 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
LayoutRect visualRect() const;
private:
- const LayoutTable& m_layoutTable;
+ const LayoutTableCell& m_layoutTableCell;
CollapsedBorderValue m_startBorder;
CollapsedBorderValue m_endBorder;
CollapsedBorderValue m_beforeBorder;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutTableCell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698