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

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

Issue 2458743002: Switching to base::Optional<CompositorFrame> in Android's synchronous compositor IPC messages (Closed)
Patch Set: 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
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 5ba20d9929c78aa74c7fd19526489a77e3ef60b3..8e54f9c47d8c6d57894f18eb2872dd65d577bf44 100644
--- a/content/browser/android/synchronous_compositor_host.h
+++ b/content/browser/android/synchronous_compositor_host.h
@@ -98,7 +98,8 @@ class SynchronousCompositorHost : public SynchronousCompositor {
void SendZeroMemory();
SynchronousCompositor::Frame ProcessHardwareFrame(
uint32_t compositor_frame_sink_id,
- cc::CompositorFrame compositor_frame);
+ cc::CompositorFrame compositor_frame,
+ bool has_swapped);
SynchronousCompositorBrowserFilter* GetFilter();
RenderWidgetHostViewAndroid* const rwhva_;

Powered by Google App Engine
This is Rietveld 408576698