| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index bcf97a88c18039b4565603dc194ae24e80c8d85e..3e326f61a8b95cd21ace13711e849a04b07e08c1 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -278,6 +278,7 @@ public:
|
| void stopTrackingRepaints(Document*, ExceptionState&);
|
| void updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(ExceptionState&);
|
| void updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(Node*, ExceptionState&);
|
| + void forceFullRepaint(Document*, ExceptionState&);
|
|
|
| PassRefPtrWillBeRawPtr<ClientRectList> draggableRegions(Document*, ExceptionState&);
|
| PassRefPtrWillBeRawPtr<ClientRectList> nonDraggableRegions(Document*, ExceptionState&);
|
|
|