Chromium Code Reviews| 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 |