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

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

Issue 2528823002: Separate SwipeRefreshHandler and ContentViewCore (Closed)
Patch Set: Respond to boliu's comments, refactor CreateOverscrollController() function Created 4 years 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_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 1250f2f40485fb905f4776e16180cf1aa7470f18..2d3232430120ac9f0c878e3f14504e6d568bc4d8 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -237,6 +237,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
return synchronous_compositor_client_;
}
+ void OnOverscrollRefreshHandlerSet();
+
static void OnContextLost();
// TextInputManager::Observer overrides.
@@ -301,6 +303,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
void ComputeEventLatencyOSTouchHistograms(const ui::MotionEvent& event);
+ void CreateOverscrollControllerIfPossible();
+
// The model object.
RenderWidgetHostImpl* host_;

Powered by Google App Engine
This is Rietveld 408576698