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

Unified Diff: ui/views/test/views_test_helper_mac.h

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_mac.h
diff --git a/ui/views/test/views_test_helper_mac.h b/ui/views/test/views_test_helper_mac.h
index fd58853ce715ae7117d9a549c9c1330391527533..abf7c6fc1356ce0a9fffbc4a5a52c3fedb397a48 100644
--- a/ui/views/test/views_test_helper_mac.h
+++ b/ui/views/test/views_test_helper_mac.h
@@ -21,6 +21,8 @@ class ScopedAnimationDurationScaleMode;
namespace views {
+class Widget;
+
class ViewsTestHelperMac : public ViewsTestHelper {
public:
ViewsTestHelperMac();
@@ -29,6 +31,7 @@ class ViewsTestHelperMac : public ViewsTestHelper {
// ViewsTestHelper:
void SetUp() override;
void TearDown() override;
+ void SetFullKeyboardAccessState(Widget* widget, bool new_state) override;
private:
// Disable animations during tests.

Powered by Google App Engine
This is Rietveld 408576698