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

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

Issue 2615613006: Reference table via the cell for collapsed border display item client (Closed)
Patch Set: Created 3 years, 11 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 555da3f61a15fd9c557b4723d2b56d23e2f8e8ba..9dc9e98be68054e5f8586c9a3e8c4f11c0296e35 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
@@ -292,7 +292,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,
@@ -310,7 +310,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