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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 2834343005: Let IME frame update bypass ContentViewCore (Closed)
Patch Set: comment Created 3 years, 8 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: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index 72930268976e052170e9a5dbdabea10b055597ff..8d445354371eeed4af9798adc1ff9338315baf4a 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -260,8 +260,7 @@ class ContentViewCoreImpl : public ContentViewCore,
const gfx::SizeF& viewport_size,
const float top_controls_height,
const float top_controls_shown_ratio,
- bool is_mobile_optimized_hint,
- const gfx::SelectionBound& selection_start);
+ bool is_mobile_optimized_hint);
bool HasFocus();
void RequestDisallowInterceptTouchEvent();

Powered by Google App Engine
This is Rietveld 408576698