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

Unified Diff: content/test/fake_compositor_dependencies.cc

Issue 2299003002: Remove uses of external begin frame sources (Closed)
Patch Set: Remove Blimp conditional Created 4 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
« no previous file with comments | « content/test/fake_compositor_dependencies.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/fake_compositor_dependencies.cc
diff --git a/content/test/fake_compositor_dependencies.cc b/content/test/fake_compositor_dependencies.cc
index 15de2d9fdcffafa501675b6c92420f60e3f5d6e6..79bbe57b1c32532a1ead17f2de9e57e2d4b015ed 100644
--- a/content/test/fake_compositor_dependencies.cc
+++ b/content/test/fake_compositor_dependencies.cc
@@ -90,14 +90,6 @@ FakeCompositorDependencies::GetRendererScheduler() {
return &renderer_scheduler_;
}
-std::unique_ptr<cc::BeginFrameSource>
-FakeCompositorDependencies::CreateExternalBeginFrameSource(int routing_id) {
- double refresh_rate = 200.0;
- bool tick_automatically = true;
- return base::MakeUnique<cc::FakeExternalBeginFrameSource>(refresh_rate,
- tick_automatically);
-}
-
cc::ImageSerializationProcessor*
FakeCompositorDependencies::GetImageSerializationProcessor() {
return nullptr;
« no previous file with comments | « content/test/fake_compositor_dependencies.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698