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

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

Issue 359033002: [Android] Enable composited selection updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@input_native_handles_0_compositor
Patch Set: Rebase 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_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 c7ec65a768c7a6fc93f44125b387a18b1a7e381b..11e0484a8bb2766b148a4d1f8f870ad6fcc8c734 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -346,11 +346,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
void SendBeginFrame(base::TimeTicks frame_time, base::TimeDelta vsync_period);
bool Animate(base::TimeTicks frame_time);
- void OnContentScrollingChange();
- bool IsContentScrolling() const;
-
- float GetDpiScale() const;
-
// Handles all unprocessed and pending readback requests.
void AbortPendingReadbackRequests();
@@ -400,8 +395,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
// Manages selection handle rendering and manipulation.
// This will always be NULL if |content_view_core_| is NULL.
scoped_ptr<TouchSelectionController> selection_controller_;
- bool touch_scrolling_;
- size_t potentially_active_fling_count_;
int accelerated_surface_route_id_;

Powered by Google App Engine
This is Rietveld 408576698