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

Unified Diff: content/browser/renderer_host/input/fling/flinger.h

Issue 43203004: Remove GestureEventFilter and clean up related bits assuming that we turn on Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | content/browser/renderer_host/input/gesture_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/fling/flinger.h
diff --git a/content/browser/renderer_host/input/fling/flinger.h b/content/browser/renderer_host/input/fling/flinger.h
index f7e1453ed624ab12f5a82eeb743e6a77a9f16c70..74504c4ba06c3a72f22a2d3980bdf86e24467282 100644
--- a/content/browser/renderer_host/input/fling/flinger.h
+++ b/content/browser/renderer_host/input/fling/flinger.h
@@ -15,6 +15,7 @@
namespace content {
class FlingerTest;
+class MockRenderWidgetHost;
class FlingHelper {
public:
@@ -49,6 +50,7 @@ class CONTENT_EXPORT Flinger : public FlingCurveTarget {
private:
friend class FlingerTest;
+ friend class MockRenderWidgetHost;
// Overridden from FlingCurveTarget.
virtual void ScrollBy(const gfx::PointF& delta) OVERRIDE;
« no previous file with comments | « no previous file | content/browser/renderer_host/input/gesture_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698