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

Unified Diff: content/test/fake_compositor_dependencies.cc

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
Index: content/test/fake_compositor_dependencies.cc
diff --git a/content/test/fake_compositor_dependencies.cc b/content/test/fake_compositor_dependencies.cc
index d457c99b67bbf5e00488b0173866e841a893ce01..dd3bc44c6cc4acfccf19ff57e5ba8b8ecd5e7e3c 100644
--- a/content/test/fake_compositor_dependencies.cc
+++ b/content/test/fake_compositor_dependencies.cc
@@ -92,4 +92,8 @@ bool FakeCompositorDependencies::IsThreadedAnimationEnabled() {
return true;
}
+bool FakeCompositorDependencies::IsScrollAnimatorEnabled() {
+ return false;
+}
+
} // namespace content
« no previous file with comments | « content/test/fake_compositor_dependencies.h ('k') | third_party/WebKit/Source/core/frame/EventHandlerRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698