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

Unified Diff: content/common/android/sync_compositor_messages.cc

Issue 1769913003: sync compositor: Add output_surface_id (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/common/android/sync_compositor_messages.cc
diff --git a/content/common/android/sync_compositor_messages.cc b/content/common/android/sync_compositor_messages.cc
index 638483e3647fc132d23238b0b98e076cfeac17eb..1423091bd74bc1f1ef8b0d712a1d4f57f3ef20ee 100644
--- a/content/common/android/sync_compositor_messages.cc
+++ b/content/common/android/sync_compositor_messages.cc
@@ -8,6 +8,7 @@ namespace content {
SyncCompositorCommonBrowserParams::SyncCompositorCommonBrowserParams()
: bytes_limit(0u),
+ output_surface_id_for_returned_resources(0u),
update_root_scroll_offset(false),
begin_frame_source_paused(false) {}

Powered by Google App Engine
This is Rietveld 408576698