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

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

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 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/single_thread_proxy.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 2011 The Chromium Authors. All rights reserved. 1 // Copyright 2011 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_SINGLE_THREAD_PROXY_H_ 5 #ifndef CC_TREES_SINGLE_THREAD_PROXY_H_
6 #define CC_TREES_SINGLE_THREAD_PROXY_H_ 6 #define CC_TREES_SINGLE_THREAD_PROXY_H_
7 7
8 #include <limits> 8 #include <limits>
9 9
10 #include "base/cancelable_callback.h" 10 #include "base/cancelable_callback.h"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 void NotifyInputThrottledUntilCommit() override {} 52 void NotifyInputThrottledUntilCommit() override {}
53 void SetDeferCommits(bool defer_commits) override; 53 void SetDeferCommits(bool defer_commits) override;
54 bool CommitRequested() const override; 54 bool CommitRequested() const override;
55 bool BeginMainFrameRequested() const override; 55 bool BeginMainFrameRequested() const override;
56 void MainThreadHasStoppedFlinging() override {} 56 void MainThreadHasStoppedFlinging() override {}
57 void Start() override; 57 void Start() override;
58 void Stop() override; 58 void Stop() override;
59 size_t MaxPartialTextureUpdates() const override; 59 size_t MaxPartialTextureUpdates() const override;
60 void ForceSerializeOnSwapBuffers() override; 60 void ForceSerializeOnSwapBuffers() override;
61 bool SupportsImplScrolling() const override; 61 bool SupportsImplScrolling() const override;
62 void AsValueInto(base::trace_event::TracedValue* state) const override;
63 bool MainFrameWillHappenForTesting() override; 62 bool MainFrameWillHappenForTesting() override;
64 void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override; 63 void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override;
65 64
66 // SchedulerClient implementation 65 // SchedulerClient implementation
67 void WillBeginImplFrame(const BeginFrameArgs& args) override; 66 void WillBeginImplFrame(const BeginFrameArgs& args) override;
68 void ScheduledActionSendBeginMainFrame() override; 67 void ScheduledActionSendBeginMainFrame() override;
69 DrawResult ScheduledActionDrawAndSwapIfPossible() override; 68 DrawResult ScheduledActionDrawAndSwapIfPossible() override;
70 DrawResult ScheduledActionDrawAndSwapForced() override; 69 DrawResult ScheduledActionDrawAndSwapForced() override;
71 void ScheduledActionCommit() override; 70 void ScheduledActionCommit() override;
72 void ScheduledActionAnimate() override; 71 void ScheduledActionAnimate() override;
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 private: 230 private:
232 DebugScopedSetImplThread impl_thread_; 231 DebugScopedSetImplThread impl_thread_;
233 DebugScopedSetMainThreadBlocked main_thread_blocked_; 232 DebugScopedSetMainThreadBlocked main_thread_blocked_;
234 233
235 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetImplThreadAndMainThreadBlocked); 234 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetImplThreadAndMainThreadBlocked);
236 }; 235 };
237 236
238 } // namespace cc 237 } // namespace cc
239 238
240 #endif // CC_TREES_SINGLE_THREAD_PROXY_H_ 239 #endif // CC_TREES_SINGLE_THREAD_PROXY_H_
OLDNEW
« no previous file with comments | « cc/trees/proxy.h ('k') | cc/trees/single_thread_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698