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

Unified Diff: cc/trees/proxy.cc

Issue 548153004: Unified BeginFrame scheduling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format 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
« no previous file with comments | « cc/trees/proxy.h ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy.cc
diff --git a/cc/trees/proxy.cc b/cc/trees/proxy.cc
index e981a722cad6393ce40faf6bf8785fd09633cdc9..e15a0f228a709b6040edab2b0e37ab5c1c4996cf 100644
--- a/cc/trees/proxy.cc
+++ b/cc/trees/proxy.cc
@@ -89,4 +89,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";
+}
+
} // namespace cc
« 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