| 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 d88bbc570ad08075815c56a4a565d8fb8964694c..3c1d336ce2ae11798ccdf3d842ebf514d9fd5b61 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -290,10 +290,6 @@ public:
|
| void updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(Node*, ExceptionState&);
|
| void forceFullRepaint(Document*, ExceptionState&);
|
|
|
| - void startTrackingPaintInvalidationObjects();
|
| - void stopTrackingPaintInvalidationObjects();
|
| - Vector<String> trackedPaintInvalidationObjects();
|
| -
|
| ClientRectList* draggableRegions(Document*, ExceptionState&);
|
| ClientRectList* nonDraggableRegions(Document*, ExceptionState&);
|
|
|
|
|