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

Unified Diff: content/public/browser/android/content_view_core.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/public/browser/android/content_view_core.h
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
index 6ba7e4b27582216f39c389de9e6b07820ad44d72..1797a04cd12909d012213892a3af8394b54e1a00 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -28,10 +28,6 @@ class ViewAndroid;
class WindowAndroid;
}
-namespace WebKit {
-class WebCompositorInputHandler;
-}
-
namespace content {
class WebContents;
@@ -56,8 +52,6 @@ class CONTENT_EXPORT ContentViewCore {
float scale,
gfx::Size* out_size) = 0;
virtual float GetDpiScale() const = 0;
- virtual void SetInputHandler(
- WebKit::WebCompositorInputHandler* input_handler) = 0;
joth 2013/05/22 04:34:24 Rather than remove then re-add this function, coul
jamesr 2013/05/22 07:05:09 No. I don't know what the hookup will look like (a
virtual void RequestContentClipping(const gfx::Rect& clipping,
const gfx::Size& content_size) = 0;

Powered by Google App Engine
This is Rietveld 408576698