| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 59746a8f77c77dd79aa87f87c2f70c2fa4318b84..743537cf1100fe28c30c788d9065e37b9a77698a 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -136,7 +136,7 @@ public:
|
| Node* nextInFlatTree(Node*, ExceptionState&);
|
| Node* previousInFlatTree(Node*, ExceptionState&);
|
|
|
| - unsigned updateStyleAndReturnAffectedElementCount(ExceptionState&) const;
|
| + unsigned updateStyleAndLayoutAndReturnAffectedElementCount(ExceptionState&) const;
|
| unsigned needsLayoutCount(ExceptionState&) const;
|
| unsigned hitTestCount(Document*, ExceptionState&) const;
|
| unsigned hitTestCacheHits(Document*, ExceptionState&) const;
|
| @@ -285,7 +285,7 @@ public:
|
|
|
| void startTrackingRepaints(Document*, ExceptionState&);
|
| void stopTrackingRepaints(Document*, ExceptionState&);
|
| - void updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(Node*, ExceptionState&);
|
| + void updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(Node*, ExceptionState&);
|
| void forceFullRepaint(Document*, ExceptionState&);
|
|
|
| void startTrackingPaintInvalidationObjects();
|
|
|