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

Side by Side Diff: content/renderer/gpu/render_widget_compositor.h

Issue 2626023007: Passing FrameSinkId to WindowCompositorFrameSink (Closed)
Patch Set: c Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_RENDERER_GPU_RENDER_WIDGET_COMPOSITOR_H_ 5 #ifndef CONTENT_RENDERER_GPU_RENDER_WIDGET_COMPOSITOR_H_
6 #define CONTENT_RENDERER_GPU_RENDER_WIDGET_COMPOSITOR_H_ 6 #define CONTENT_RENDERER_GPU_RENDER_WIDGET_COMPOSITOR_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 CompositorDependencies* const compositor_deps_; 226 CompositorDependencies* const compositor_deps_;
227 const bool threaded_; 227 const bool threaded_;
228 std::unique_ptr<cc::AnimationHost> animation_host_; 228 std::unique_ptr<cc::AnimationHost> animation_host_;
229 std::unique_ptr<cc::LayerTreeHost> layer_tree_host_; 229 std::unique_ptr<cc::LayerTreeHost> layer_tree_host_;
230 bool never_visible_; 230 bool never_visible_;
231 231
232 blink::WebLayoutAndPaintAsyncCallback* layout_and_paint_async_callback_; 232 blink::WebLayoutAndPaintAsyncCallback* layout_and_paint_async_callback_;
233 233
234 RemoteProtoChannel::ProtoReceiver* remote_proto_channel_receiver_; 234 RemoteProtoChannel::ProtoReceiver* remote_proto_channel_receiver_;
235 235
236 cc::FrameSinkId frame_sink_id_;
237
236 base::WeakPtrFactory<RenderWidgetCompositor> weak_factory_; 238 base::WeakPtrFactory<RenderWidgetCompositor> weak_factory_;
237 }; 239 };
238 240
239 } // namespace content 241 } // namespace content
240 242
241 #endif // CONTENT_RENDERER_GPU_RENDER_WIDGET_COMPOSITOR_H_ 243 #endif // CONTENT_RENDERER_GPU_RENDER_WIDGET_COMPOSITOR_H_
OLDNEW
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698