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

Unified Diff: cc/trees/proxy.cc

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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: cc/trees/proxy.cc
diff --git a/cc/trees/proxy.cc b/cc/trees/proxy.cc
index 3136c65713f962c6049154c47ec98d61221f9e02..ac7639a1e66d9c40a02c3b00ae5b60ae6c14a8a9 100644
--- a/cc/trees/proxy.cc
+++ b/cc/trees/proxy.cc
@@ -83,4 +83,12 @@ Proxy::~Proxy() {
DCHECK(IsMainThread());
}
+void Proxy::SetChildrenNeedBeginFrames(bool need_begin_frame) {
+ NOTREACHED() << "Only used by SingleThreadProxy";
+}
+
+void Proxy::SetAuthoritativeVSyncInterval(base::TimeDelta interval) {
+ NOTREACHED() << "Only used by SingleThreadProxy";
piman 2014/09/04 20:34:25 This is not true - on Chrome OS we use the ThreadP
+}
+
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698