Commit 659bcd6e authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Fix NOTIMPLEMENTED() in X11InputMethodContextImplGtk

BUG=892351
R=jani.hautakangas@lge.com,msisov@igalia.com

Change-Id: I422141bae3e10339cb38490a2a7acd1e3c66d339
Reviewed-on: https://chromium-review.googlesource.com/c/1269337Reviewed-by: default avatarMaksim Sisov <msisov@igalia.com>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599236}
parent bbc1960d
...@@ -140,9 +140,7 @@ void X11InputMethodContextImplGtk::SetCursorLocation(const gfx::Rect& rect) { ...@@ -140,9 +140,7 @@ void X11InputMethodContextImplGtk::SetCursorLocation(const gfx::Rect& rect) {
void X11InputMethodContextImplGtk::SetSurroundingText( void X11InputMethodContextImplGtk::SetSurroundingText(
const base::string16& text, const base::string16& text,
const gfx::Range& selection_range) { const gfx::Range& selection_range) {}
NOTIMPLEMENTED_LOG_ONCE();
}
// private: // private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment