Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7b3eacd

Browse files
Remove unused FlMockTextInputHandler (#56495)
This was the only thing that required FlTextInputHandler to be derivable, so also simplify the class.
1 parent 3cb6f4d commit 7b3eacd

File tree

6 files changed

+171
-317
lines changed

6 files changed

+171
-317
lines changed

shell/platform/linux/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ executable("flutter_linux_unittests") {
252252
"testing/mock_renderer.cc",
253253
"testing/mock_settings.cc",
254254
"testing/mock_signal_handler.cc",
255-
"testing/mock_text_input_handler.cc",
256255
"testing/mock_text_input_view_delegate.cc",
257256
"testing/mock_texture_registrar.cc",
258257
"testing/mock_window.cc",

shell/platform/linux/fl_keyboard_manager_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "flutter/shell/platform/linux/public/flutter_linux/fl_standard_method_codec.h"
1717
#include "flutter/shell/platform/linux/testing/fl_test.h"
1818
#include "flutter/shell/platform/linux/testing/mock_keymap.h"
19-
#include "flutter/shell/platform/linux/testing/mock_text_input_handler.h"
2019
#include "flutter/testing/testing.h"
2120

2221
#include "gmock/gmock.h"

0 commit comments

Comments
 (0)