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

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

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.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index 11fc26730fce470d40eed7a76423c874f32d3012..b9edb67eae1fc0aa0c54daae722eacfc03caf19b 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -60,8 +60,6 @@ class ContentViewCoreImpl : public ContentViewCore,
float scale,
gfx::Size* out_size) OVERRIDE;
virtual float GetDpiScale() const OVERRIDE;
- virtual void SetInputHandler(
- WebKit::WebCompositorInputHandler* input_handler) OVERRIDE;
virtual void RequestContentClipping(const gfx::Rect& clipping,
const gfx::Size& content_size) OVERRIDE;
virtual void AddFrameInfoCallback(

Powered by Google App Engine
This is Rietveld 408576698