| Index: Source/core/editing/StyledMarkupAccumulator.cpp
|
| diff --git a/Source/core/editing/StyledMarkupAccumulator.cpp b/Source/core/editing/StyledMarkupAccumulator.cpp
|
| index 235131a87381ad4fd054a68b94f5dea9074632c6..e334a979ba9eee9b760d48dd64196ae76e95e1fe 100644
|
| --- a/Source/core/editing/StyledMarkupAccumulator.cpp
|
| +++ b/Source/core/editing/StyledMarkupAccumulator.cpp
|
| @@ -278,4 +278,9 @@ bool StyledMarkupAccumulator::shouldApplyWrappingStyle(const Node& node) const
|
| && m_wrappingStyle && m_wrappingStyle->style();
|
| }
|
|
|
| +bool StyledMarkupAccumulator::shouldAnnotate() const
|
| +{
|
| + return m_shouldAnnotate == AnnotateForInterchange || m_shouldAnnotate == AnnotateForNavigationTransition;
|
| +}
|
| +
|
| } // namespace blink
|
|
|