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

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

Issue 1954023002: Move asserts in FocusNavigationController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove assertion Created 4 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
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..7770e3d0be261dc90b68f4d2c505e673e08306dc 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -343,6 +343,8 @@ public:
void setFocused(bool);
void setInitialFocus(bool);
+ void setSequentialFocusNavigationStartingPoint(Node*);
+
bool ignoreLayoutWithPendingStylesheets(Document*);
// Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo or

Powered by Google App Engine
This is Rietveld 408576698