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

Side by Side Diff: cc/trees/proxy.cc

Issue 16833003: cc: Emulate BeginFrame in OutputSurfaces that don't support it natively (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 6 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.h » ('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 #include "cc/trees/proxy.h" 5 #include "cc/trees/proxy.h"
6 6
7 #include "cc/base/thread.h" 7 #include "cc/base/thread.h"
8 #include "cc/base/thread_impl.h" 8 #include "cc/base/thread_impl.h"
9 9
10 namespace cc { 10 namespace cc {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 #else 71 #else
72 impl_thread_(impl_thread.Pass()), 72 impl_thread_(impl_thread.Pass()),
73 impl_thread_is_overridden_(false), 73 impl_thread_is_overridden_(false),
74 is_main_thread_blocked_(false) {} 74 is_main_thread_blocked_(false) {}
75 #endif 75 #endif
76 76
77 Proxy::~Proxy() { 77 Proxy::~Proxy() {
78 DCHECK(IsMainThread()); 78 DCHECK(IsMainThread());
79 } 79 }
80 80
81 std::string Proxy::SchedulerStateAsStringForTesting() {
82 return "";
83 }
84
81 } // namespace cc 85 } // namespace cc
OLDNEW
« no previous file with comments | « cc/trees/proxy.h ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698