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

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

Issue 2528823002: Separate SwipeRefreshHandler and ContentViewCore (Closed)
Patch Set: Rebase (hopefully correctly) 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 c805d35457443cb57747f1a24fcee6f3a5c8a531..84a17975f6ad454b2e400193b38ed3abe584419c 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -238,6 +238,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
return synchronous_compositor_client_;
}
+ void OnOverscrollRefreshHandlerSet();
+
static void OnContextLost();
// TextInputManager::Observer overrides.
@@ -302,6 +304,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