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

Unified Diff: content/renderer/gpu/mailbox_output_surface.h

Issue 1126963006: Move VISUAL_STATE promise to activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Current state (presubmit warnings, cc_unittests tests failing) Created 5 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/renderer/gpu/mailbox_output_surface.h
diff --git a/content/renderer/gpu/mailbox_output_surface.h b/content/renderer/gpu/mailbox_output_surface.h
index 098b9a9873f96e50e81013106c15699cc3a01dbc..5a70c678bd4e85360317854289d8c44213f9ca27 100644
--- a/content/renderer/gpu/mailbox_output_surface.h
+++ b/content/renderer/gpu/mailbox_output_surface.h
@@ -18,7 +18,7 @@ class CompositorFrameAck;
}
namespace content {
-class FrameSwapMessageQueue;
+class FrameUpdateMessageQueue;
// Implementation of CompositorOutputSurface that renders to textures which
// are sent to the browser through the mailbox extension.
@@ -33,7 +33,7 @@ class MailboxOutputSurface : public CompositorOutputSurface {
const scoped_refptr<ContextProviderCommandBuffer>&
worker_context_provider,
scoped_ptr<cc::SoftwareOutputDevice> software_device,
- scoped_refptr<FrameSwapMessageQueue> swap_frame_message_queue,
+ scoped_refptr<FrameUpdateMessageQueue> swap_frame_message_queue,
cc::ResourceFormat format);
~MailboxOutputSurface() override;

Powered by Google App Engine
This is Rietveld 408576698