| Index: Source/core/editing/EditingTestBase.h
|
| diff --git a/Source/core/editing/EditingTestBase.h b/Source/core/editing/EditingTestBase.h
|
| index d5dd5a75bfbf67a6756f0e027814789802e0254c..0a7266ac47249a52e34166f7eb78263987998494 100644
|
| --- a/Source/core/editing/EditingTestBase.h
|
| +++ b/Source/core/editing/EditingTestBase.h
|
| @@ -27,6 +27,7 @@ protected:
|
|
|
| void setBodyContent(const char*);
|
| PassRefPtrWillBeRawPtr<ShadowRoot> setShadowContent(const char*);
|
| + void updateLayoutAndStyleForPainting();
|
|
|
| static Position positionInDOMTree(Node& anchor, int offset);
|
| static PositionInComposedTree positionInComposedTree(Node& anchor, int offset);
|
|
|