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

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

Issue 15484013: Remove dead WebCompositorInputHandler related code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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.cc
diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
index cf088026c54e3d4c354626593a7f5209db3e4813..7169af6e9240ffca4089420d8b4814956f362901 100644
--- a/content/browser/android/content_view_core_impl.cc
+++ b/content/browser/android/content_view_core_impl.cc
@@ -863,14 +863,6 @@ float ContentViewCoreImpl::GetDpiScale() const {
return dpi_scale_;
}
-void ContentViewCoreImpl::SetInputHandler(
- WebKit::WebCompositorInputHandler* input_handler) {
- if (!input_event_filter_)
- input_event_filter_.reset(new SyncInputEventFilter);
-
- input_event_filter_->SetInputHandler(input_handler);
-}
-
void ContentViewCoreImpl::RequestContentClipping(
const gfx::Rect& clipping,
const gfx::Size& content_size) {

Powered by Google App Engine
This is Rietveld 408576698