| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index d30ae43ecfc75e328faa69ae1623e8500a2a55ec..8ef93d05c26f5168e630f6ec152e89cfb81dd938 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -327,12 +327,6 @@ public:
|
| void setNetworkConnectionInfo(const String&, ExceptionState&);
|
|
|
| ClientRect* boundsInViewportSpace(Element*);
|
| - String serializeNavigationMarkup();
|
| - Vector<String> getTransitionElementIds();
|
| - ClientRectList* getTransitionElementRects();
|
| - void hideAllTransitionElements();
|
| - void showAllTransitionElements();
|
| - void setExitTransitionStylesheetsEnabled(bool);
|
|
|
| unsigned countHitRegions(CanvasRenderingContext2D*);
|
|
|
|
|