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

Unified Diff: cc/trees/proxy.cc

Issue 723713003: cc: Add SetChildrenNeedBeginFrames() & SendBeginFramesToChildren() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More tests are added Created 6 years, 1 month 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 e981a722cad6393ce40faf6bf8785fd09633cdc9..bbf4a6dc55767b52a63280bb2162fc54c501a85f 100644
--- a/cc/trees/proxy.cc
+++ b/cc/trees/proxy.cc
@@ -89,4 +89,8 @@ Proxy::~Proxy() {
DCHECK(IsMainThread());
}
+void Proxy::SetChildrenNeedBeginFrames(bool children_need_begin_frames) {
brianderson 2014/11/19 19:03:34 Thought this was pure virtual in Proxy. Does this
simonhong 2014/11/20 16:24:09 Oops. my mistake. Removed.
+ NOTREACHED() << "Only used by SingleThreadProxy";
+}
+
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698