Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1476)

Unified Diff: Source/core/testing/Internals.h

Issue 1140153006: Remove Navigation Transitions from Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed layout tests. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/loader/LinkLoader.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « Source/core/loader/LinkLoader.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698