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

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

Issue 2861773004: Move border-*-width out of BorderValue and store on SurroundData in ComputedStyle instead (Closed)
Patch Set: meade@'s suggestion Created 3 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/layout/LayoutTable.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
index fe3b67a627df9896665cbefbcc1bc8c538635182..335eea31c9ba0c8eaf6dda84c94307acaa77c089 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
@@ -431,9 +431,8 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock {
return CreateAnonymousWithParent(parent);
}
- const BorderValue& TableStartBorderAdjoiningCell(
- const LayoutTableCell*) const;
- const BorderValue& TableEndBorderAdjoiningCell(const LayoutTableCell*) const;
+ BorderValue TableStartBorderAdjoiningCell(const LayoutTableCell*) const;
+ BorderValue TableEndBorderAdjoiningCell(const LayoutTableCell*) const;
void AddCaption(const LayoutTableCaption*);
void RemoveCaption(const LayoutTableCaption*);
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBox.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698