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

Side by Side Diff: cc/trees/proxy_impl.h

Issue 1841083007: Remove SendBeginFramesToChildren plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheduler_output_surface_client_set_beginframesource
Patch Set: Rebase Created 4 years, 8 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 | « cc/trees/proxy.h ('k') | cc/trees/proxy_impl.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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 CC_TREES_PROXY_IMPL_H_ 5 #ifndef CC_TREES_PROXY_IMPL_H_
6 #define CC_TREES_PROXY_IMPL_H_ 6 #define CC_TREES_PROXY_IMPL_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 void WillBeginImplFrame(const BeginFrameArgs& args) override; 116 void WillBeginImplFrame(const BeginFrameArgs& args) override;
117 void DidFinishImplFrame() override; 117 void DidFinishImplFrame() override;
118 void ScheduledActionSendBeginMainFrame(const BeginFrameArgs& args) override; 118 void ScheduledActionSendBeginMainFrame(const BeginFrameArgs& args) override;
119 DrawResult ScheduledActionDrawAndSwapIfPossible() override; 119 DrawResult ScheduledActionDrawAndSwapIfPossible() override;
120 DrawResult ScheduledActionDrawAndSwapForced() override; 120 DrawResult ScheduledActionDrawAndSwapForced() override;
121 void ScheduledActionCommit() override; 121 void ScheduledActionCommit() override;
122 void ScheduledActionActivateSyncTree() override; 122 void ScheduledActionActivateSyncTree() override;
123 void ScheduledActionBeginOutputSurfaceCreation() override; 123 void ScheduledActionBeginOutputSurfaceCreation() override;
124 void ScheduledActionPrepareTiles() override; 124 void ScheduledActionPrepareTiles() override;
125 void ScheduledActionInvalidateOutputSurface() override; 125 void ScheduledActionInvalidateOutputSurface() override;
126 void SendBeginFramesToChildren(const BeginFrameArgs& args) override;
127 void SendBeginMainFrameNotExpectedSoon() override; 126 void SendBeginMainFrameNotExpectedSoon() override;
128 127
129 DrawResult DrawAndSwapInternal(bool forced_draw); 128 DrawResult DrawAndSwapInternal(bool forced_draw);
130 129
131 bool IsImplThread() const; 130 bool IsImplThread() const;
132 bool IsMainThreadBlocked() const; 131 bool IsMainThreadBlocked() const;
133 132
134 const int layer_tree_host_id_; 133 const int layer_tree_host_id_;
135 134
136 std::unique_ptr<Scheduler> scheduler_; 135 std::unique_ptr<Scheduler> scheduler_;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 // Use accessors instead of this variable directly. 169 // Use accessors instead of this variable directly.
171 BlockedMainCommitOnly main_thread_blocked_commit_vars_unsafe_; 170 BlockedMainCommitOnly main_thread_blocked_commit_vars_unsafe_;
172 BlockedMainCommitOnly& blocked_main_commit(); 171 BlockedMainCommitOnly& blocked_main_commit();
173 172
174 DISALLOW_COPY_AND_ASSIGN(ProxyImpl); 173 DISALLOW_COPY_AND_ASSIGN(ProxyImpl);
175 }; 174 };
176 175
177 } // namespace cc 176 } // namespace cc
178 177
179 #endif // CC_TREES_PROXY_IMPL_H_ 178 #endif // CC_TREES_PROXY_IMPL_H_
OLDNEW
« no previous file with comments | « cc/trees/proxy.h ('k') | cc/trees/proxy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698