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

Unified Diff: cc/layer_tree_host_impl.cc

Issue 11344004: Remove WebKit::Platform dependencies from cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix webkit_compositor_bindings_unittests Created 8 years, 2 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/gl_renderer_unittest.cc ('k') | cc/layer_tree_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host_impl.cc
diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
index e09fbf685a29881ce6d4493c2e963372ae0b4f28..1ef964cafcfa74a6ed3e33bb0b71e21c2fcbeee8 100644
--- a/cc/layer_tree_host_impl.cc
+++ b/cc/layer_tree_host_impl.cc
@@ -169,11 +169,6 @@ public:
virtual void onTimerTick() OVERRIDE
{
- // FIXME: We require that animate be called on the impl thread. This
- // avoids asserts in single threaded mode. Ideally background ticking
- // would be handled by the proxy/scheduler and this could be removed.
- DebugScopedSetImplThread impl;
-
m_layerTreeHostImpl->animate(base::TimeTicks::Now(), base::Time::Now());
}
« no previous file with comments | « cc/gl_renderer_unittest.cc ('k') | cc/layer_tree_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698