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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 591233002: [exp] Browser-side fling in aura. Base URL: https://chromium.googlesource.com/chromium/src.git@fling-curve-config-remove
Patch Set: self-nits Created 6 years, 3 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/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index af4a62bc27f0802ac68cfe87e78fb7519f221230..c09b8e85fc31b6d80706cbe98bd8a75a52a270ff 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -71,6 +71,7 @@ namespace content {
class LegacyRenderWidgetHostHWND;
#endif
+class Flinger;
class OverscrollController;
class RenderFrameHostImpl;
class RenderWidgetHostImpl;
@@ -615,6 +616,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
scoped_ptr<aura::client::ScopedTooltipDisabler> tooltip_disabler_;
+ scoped_ptr<Flinger> flinger_;
base::WeakPtrFactory<RenderWidgetHostViewAura> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewAura);

Powered by Google App Engine
This is Rietveld 408576698