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

Unified Diff: content/renderer/gpu/compositor_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/compositor_output_surface.h
diff --git a/content/renderer/gpu/compositor_output_surface.h b/content/renderer/gpu/compositor_output_surface.h
index cb4bdba9b4bcbd45808f9ab010ca5dfe610534ac..0e9e143fd8371299364c0039d8dc810961b61474 100644
--- a/content/renderer/gpu/compositor_output_surface.h
+++ b/content/renderer/gpu/compositor_output_surface.h
@@ -31,7 +31,7 @@ class SoftwareFrameData;
namespace content {
class ContextProviderCommandBuffer;
-class FrameSwapMessageQueue;
+class FrameUpdateMessageQueue;
// This class can be created only on the main thread, but then becomes pinned
// to a fixed thread when bindToClient is called.
@@ -46,7 +46,7 @@ class CompositorOutputSurface
const scoped_refptr<ContextProviderCommandBuffer>&
worker_context_provider,
scoped_ptr<cc::SoftwareOutputDevice> software,
- scoped_refptr<FrameSwapMessageQueue> swap_frame_message_queue,
+ scoped_refptr<FrameUpdateMessageQueue> swap_frame_message_queue,
bool use_swap_compositor_frame_message);
~CompositorOutputSurface() override;
@@ -100,7 +100,7 @@ class CompositorOutputSurface
CompositorForwardingMessageFilter::Handler output_surface_filter_handler_;
scoped_refptr<CompositorOutputSurfaceProxy> output_surface_proxy_;
scoped_refptr<IPC::SyncMessageFilter> message_sender_;
- scoped_refptr<FrameSwapMessageQueue> frame_swap_message_queue_;
+ scoped_refptr<FrameUpdateMessageQueue> frame_update_message_queue_;
int routing_id_;
bool prefers_smoothness_;
base::PlatformThreadHandle main_thread_handle_;

Powered by Google App Engine
This is Rietveld 408576698