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

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

Issue 2728373003: Fixs bug resulting in double event delivery in mus (Closed)
Patch Set: comments Created 3 years, 9 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
« ui/views/test/views_test_base.h ('K') | « ui/views/test/views_test_base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_base.cc
diff --git a/ui/views/test/views_test_base.cc b/ui/views/test/views_test_base.cc
index 4147f01be0a5c8901a3669dd45e8cbd74ce14c3d..6c8eccba1a1ff5658787731623506907b228b162 100644
--- a/ui/views/test/views_test_base.cc
+++ b/ui/views/test/views_test_base.cc
@@ -109,6 +109,10 @@ void ViewsTestBase::SimulateNativeDestroy(Widget* widget) {
test_helper_->platform_test_helper()->SimulateNativeDestroy(widget);
}
+void ViewsTestBase::DisableMusInputMethod(Widget* widget) {
+ test_helper_->platform_test_helper()->DisableMusInputMethod(widget);
+}
+
gfx::NativeWindow ViewsTestBase::GetContext() {
return test_helper_->GetContext();
}
« ui/views/test/views_test_base.h ('K') | « ui/views/test/views_test_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698