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

Unified Diff: content/renderer/gpu/compositor_dependencies.h

Issue 2479663002: Move compositor InputHandler from RenderViewImpl to RenderWidget. (Closed)
Patch Set: Rebase to master@{#445291}. Created 3 years, 11 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 | « content/browser/site_per_process_browsertest.cc ('k') | content/renderer/gpu/render_widget_compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/compositor_dependencies.h
diff --git a/content/renderer/gpu/compositor_dependencies.h b/content/renderer/gpu/compositor_dependencies.h
index 437db25cd5be7ef8668c05ca8075f5421a59145d..10f3c5918b5ac66e6ee49284a109f2d7280f0c26 100644
--- a/content/renderer/gpu/compositor_dependencies.h
+++ b/content/renderer/gpu/compositor_dependencies.h
@@ -50,6 +50,7 @@ class CompositorDependencies {
virtual cc::TaskGraphRunner* GetTaskGraphRunner() = 0;
virtual bool AreImageDecodeTasksEnabled() = 0;
virtual bool IsThreadedAnimationEnabled() = 0;
+ virtual bool IsScrollAnimatorEnabled() = 0;
virtual ~CompositorDependencies() {}
};
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/renderer/gpu/render_widget_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698