| Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| index 6d5a14984f495212ec047bd40c49d1c4807c0dd4..b4505d04be5767bb4d276fab831df0481e7c8d88 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -174,6 +174,8 @@ CORE_EXPORT bool isEnclosingBlock(const Node*);
|
| bool isTabHTMLSpanElement(const Node*);
|
| bool isTabHTMLSpanElementTextNode(const Node*);
|
| bool isMailHTMLBlockquoteElement(const Node*);
|
| +// Returns true if the specified node is visible <table>. We don't want to add
|
| +// invalid nodes to <table> elements.
|
| bool isDisplayInsideTable(const Node*);
|
| bool isInline(const Node*);
|
| bool isTableCell(const Node*);
|
|
|