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

Unified Diff: Source/core/layout/LayoutTableSection.h

Issue 1306433002: Let collapsed border drawings be cacheable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline layout tests Created 5 years, 4 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: Source/core/layout/LayoutTableSection.h
diff --git a/Source/core/layout/LayoutTableSection.h b/Source/core/layout/LayoutTableSection.h
index d47a6587c55506676d0f56cbb104126a06a32a80..e7c53dbae3d944cf5bb4b0309720780078a091cd 100644
--- a/Source/core/layout/LayoutTableSection.h
+++ b/Source/core/layout/LayoutTableSection.h
@@ -210,7 +210,7 @@ public:
void rowLogicalHeightChanged(LayoutTableRow*);
void removeCachedCollapsedBorders(const LayoutTableCell*);
- void setCachedCollapsedBorder(const LayoutTableCell*, CollapsedBorderSide, const CollapsedBorderValue&);
+ bool setCachedCollapsedBorder(const LayoutTableCell*, CollapsedBorderSide, const CollapsedBorderValue&);
pdr. 2015/08/20 07:07:15 Please add a comment explaining the return value.
Xianzhu 2015/08/20 16:39:51 Done.
const CollapsedBorderValue& cachedCollapsedBorder(const LayoutTableCell*, CollapsedBorderSide) const;
// distributeExtraLogicalHeightToRows methods return the *consumed* extra logical height.

Powered by Google App Engine
This is Rietveld 408576698