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

Unified Diff: ui/views/test/views_test_helper.cc

Issue 2604303002: (Mac)Views: Widgets focus first View in traversal order if initial focus fails. (Closed)
Patch Set: Fix compile error. Created 3 years, 11 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: ui/views/test/views_test_helper.cc
diff --git a/ui/views/test/views_test_helper.cc b/ui/views/test/views_test_helper.cc
index 75588a6cb7f0d338bc55788cc8a4b7d1e71be643..bc5046648dc704932fc4a7cecca94104150da058 100644
--- a/ui/views/test/views_test_helper.cc
+++ b/ui/views/test/views_test_helper.cc
@@ -22,4 +22,9 @@ gfx::NativeWindow ViewsTestHelper::GetContext() {
return NULL;
}
+void ViewsTestHelper::SetFullKeyboardAccessState(Widget* widget,
+ bool new_state) {
+ // NOOP
+}
+
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698