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

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

Issue 2174203002: OnDrawHardware() implementation with async messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unnecessary return statement 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
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 3e0f4d6a43ad722858bf7d26321c3dea252003cd..bcfa43a7d8d2855b19bf30632e26e99568ec9c54 100644
--- a/content/public/test/test_synchronous_compositor_android.cc
+++ b/content/public/test/test_synchronous_compositor_android.cc
@@ -33,6 +33,11 @@ SynchronousCompositor::Frame TestSynchronousCompositor::DemandDrawHw(
return std::move(hardware_frame_);
}
+void TestSynchronousCompositor::DemandDrawHwAsync(
+ const gfx::Size& viewport_size,
+ const gfx::Rect& viewport_rect_for_tile_priority,
+ const gfx::Transform& transform_for_tile_priority) {}
+
void TestSynchronousCompositor::ReturnResources(
uint32_t output_surface_id,
const cc::ReturnedResourceArray& resources) {
« no previous file with comments | « content/public/test/test_synchronous_compositor_android.h ('k') | content/renderer/android/synchronous_compositor_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698