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

Unified Diff: content/public/test/test_synchronous_compositor_android.cc

Issue 2418383002: sync compositor: Signal async frame on IO thread (Closed)
Patch Set: typo Created 4 years, 2 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/public/test/test_synchronous_compositor_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_synchronous_compositor_android.cc
diff --git a/content/public/test/test_synchronous_compositor_android.cc b/content/public/test/test_synchronous_compositor_android.cc
index 623df81ec251d3ae35ad467e43737dd778251a3d..4f33490d5d507ea6ce8dfc0bb18ad0de914a142c 100644
--- a/content/public/test/test_synchronous_compositor_android.cc
+++ b/content/public/test/test_synchronous_compositor_android.cc
@@ -33,10 +33,13 @@ SynchronousCompositor::Frame TestSynchronousCompositor::DemandDrawHw(
return std::move(hardware_frame_);
}
-void TestSynchronousCompositor::DemandDrawHwAsync(
+scoped_refptr<SynchronousCompositor::FrameFuture>
+TestSynchronousCompositor::DemandDrawHwAsync(
const gfx::Size& viewport_size,
const gfx::Rect& viewport_rect_for_tile_priority,
- const gfx::Transform& transform_for_tile_priority) {}
+ const gfx::Transform& transform_for_tile_priority) {
+ return nullptr;
+}
void TestSynchronousCompositor::ReturnResources(
uint32_t compositor_frame_sink_id,
« no previous file with comments | « content/public/test/test_synchronous_compositor_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698