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

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

Issue 919423002: Audited and renamed uses of methods and variables named RootView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build fix Created 5 years, 10 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
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 74835ae674b10f007c2b66d9f71512d04ea996f3..355732f37542073969a485c65ed32c5d8533ce01 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -324,7 +324,7 @@ public:
// Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo.
void setNetworkConnectionInfo(const String&, ExceptionState&);
- PassRefPtrWillBeRawPtr<ClientRect> boundsInRootViewSpace(Element*);
+ PassRefPtrWillBeRawPtr<ClientRect> boundsInViewportSpace(Element*);
String serializeNavigationMarkup();
Vector<String> getTransitionElementIds();
PassRefPtrWillBeRawPtr<ClientRectList> getTransitionElementRects();

Powered by Google App Engine
This is Rietveld 408576698