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

Unified Diff: cc/trees/single_thread_proxy.cc

Issue 68893031: Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: okay let's call it SetNeedsUpdateLayers Created 7 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/single_thread_proxy.cc
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
index 671a53b15e5e9ef89c9861ccbd5431ac6013cf97..458b675cfced455e3bca68c131252f5bc3cf9bf2 100644
--- a/cc/trees/single_thread_proxy.cc
+++ b/cc/trees/single_thread_proxy.cc
@@ -176,11 +176,6 @@ const RendererCapabilities& SingleThreadProxy::GetRendererCapabilities() const {
return renderer_capabilities_for_main_thread_;
}
-void SingleThreadProxy::SetNeedsAnimate() {
- // Thread-only feature.
- NOTREACHED();
-}
-
void SingleThreadProxy::SetNeedsUpdateLayers() {
DCHECK(Proxy::IsMainThread());
client_->ScheduleComposite();

Powered by Google App Engine
This is Rietveld 408576698