Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/EditingStyleUtilities.cpp |
| diff --git a/third_party/WebKit/Source/core/editing/EditingStyleUtilities.cpp b/third_party/WebKit/Source/core/editing/EditingStyleUtilities.cpp |
| index 45808e42aaa9e024be3d33281a2bcf0987dbf278..81c27ec1092c2100190e403c801b565535f35bff 100644 |
| --- a/third_party/WebKit/Source/core/editing/EditingStyleUtilities.cpp |
| +++ b/third_party/WebKit/Source/core/editing/EditingStyleUtilities.cpp |
| @@ -36,6 +36,8 @@ |
| namespace blink { |
| +using namespace cssvalue; |
| + |
| bool EditingStyleUtilities::hasAncestorVerticalAlignStyle(Node& node, |
| CSSValueID value) { |
| for (Node& runner : NodeTraversal::inclusiveAncestorsOf(node)) { |