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

Unified Diff: components/arc/ime/arc_ime_service.h

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: components/arc/ime/arc_ime_service.h
diff --git a/components/arc/ime/arc_ime_service.h b/components/arc/ime/arc_ime_service.h
index 12610a8bc36cd416b1dd883dbd63e9a5fd1d3efd..b8e911b64d2e4f7c6848942990fae97617637cb7 100644
--- a/components/arc/ime/arc_ime_service.h
+++ b/components/arc/ime/arc_ime_service.h
@@ -86,6 +86,7 @@ class ArcImeService : public ArcService,
void InsertText(const base::string16& text) override;
void InsertChar(const ui::KeyEvent& event) override;
ui::TextInputType GetTextInputType() const override;
+ float GetScaleFactor() const override;
gfx::Rect GetCaretBounds() const override;
// Overridden from ui::TextInputClient (with default implementation):

Powered by Google App Engine
This is Rietveld 408576698