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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc

Issue 2593323002: Use the physical-pixel space for native IME on linux platform. (Closed)
Patch Set: Created 4 years 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: chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc
diff --git a/chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc b/chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc
index 806d059fbf37e9657cc68470dae62ec1ba54eba3..b08e862154becaf40bcce8bcba26cabf7160ec8e 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc
+++ b/chrome/browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc
@@ -33,6 +33,7 @@ class MockTextInputClient : public ui::DummyTextInputClient {
void SetCaretBounds(const gfx::Rect& bounds) { caret_bounds_ = bounds; }
private:
+ float GetScaleFactor() const override { return 1.0f; }
gfx::Rect GetCaretBounds() const override { return caret_bounds_; }
gfx::Rect caret_bounds_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/ime_driver/remote_text_input_client.h » ('j') | components/arc/ime/arc_ime_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698