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

Unified Diff: content/test/fake_compositor_dependencies.cc

Issue 2479663002: Move compositor InputHandler from RenderViewImpl to RenderWidget. (Closed)
Patch Set: Add early out to accommodate null frameWidget in webkit_unit_tests. Created 4 years, 1 month 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/test/fake_compositor_dependencies.cc
diff --git a/content/test/fake_compositor_dependencies.cc b/content/test/fake_compositor_dependencies.cc
index a59e615a14d3663101e84f6ad368640cec90da40..d354b2b63bad4cb9cd21332693727bdc08105e7b 100644
--- a/content/test/fake_compositor_dependencies.cc
+++ b/content/test/fake_compositor_dependencies.cc
@@ -97,4 +97,8 @@ bool FakeCompositorDependencies::IsThreadedAnimationEnabled() {
return true;
}
+bool FakeCompositorDependencies::IsScrollAnimatorEnabled() {
+ return false;
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698