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

Unified Diff: content/browser/android/synchronous_compositor_host.h

Issue 1958803003: sync compostor: Return resources async IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/browser/android/synchronous_compositor_host.h
diff --git a/content/browser/android/synchronous_compositor_host.h b/content/browser/android/synchronous_compositor_host.h
index 225b9832c8514d96aad79b78a6bb463cf6b9a9c9..bf1f10d59dcd020d6ba217200af948d52669bb4e 100644
--- a/content/browser/android/synchronous_compositor_host.h
+++ b/content/browser/android/synchronous_compositor_host.h
@@ -105,8 +105,6 @@ class SynchronousCompositorHost : public SynchronousCompositor {
bool is_active_;
size_t bytes_limit_;
- uint32_t output_surface_id_from_last_draw_;
- cc::ReturnedResourceArray returned_resources_;
std::unique_ptr<SharedMemoryWithSize> software_draw_shm_;
// Updated by both renderer and browser.

Powered by Google App Engine
This is Rietveld 408576698