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 7ea48f21d1b43938ab302742ae1409da56e399cc..b025632d9bb6bf594fe27eb698250da833b03797 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h |
@@ -363,6 +363,8 @@ public: |
void subtractCaptionRect(LayoutRect&) const; |
+ bool isLogicalWidthAuto() const; |
+ |
const char* name() const override { return "LayoutTable"; } |
protected: |