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

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

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
Index: ui/views/test/platform_test_helper.h
diff --git a/ui/views/test/platform_test_helper.h b/ui/views/test/platform_test_helper.h
index fb3ab103da6bd0d6cf054fac5c8449950336b183..a36dd6550ba1a72ac8894318fc54b51fce0486a9 100644
--- a/ui/views/test/platform_test_helper.h
+++ b/ui/views/test/platform_test_helper.h
@@ -34,6 +34,8 @@ class PlatformTestHelper {
// Simulate an OS-level destruction of the native window held by |widget|.
virtual void SimulateNativeDestroy(Widget* widget);
+ virtual void DisableMusInputMethod(Widget* widget) {}
+
private:
DISALLOW_COPY_AND_ASSIGN(PlatformTestHelper);
};

Powered by Google App Engine
This is Rietveld 408576698