Commit cadc7666 authored by ricow@chromium.org's avatar ricow@chromium.org

Revert 176061

> LTHI's bg animation timer should set the fake thread to impl.
> 
> The single thread proxy expects this to be true.
> 
> BUG=165399
> 
> 
> Review URL: https://chromiumcodereview.appspot.com/11532009
This is causing failures on mac:

http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.6%20Tests%20%28dbg%29%281%29&number=32119
http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.7%20Tests%20%28dbg%29%281%29&number=5885

TBR=vollick@chromium.org
Review URL: https://codereview.chromium.org/11820049

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176075 0039d316-1c4b-4281-b951-d872f2087c98
parent 9d01c0c0
...@@ -71,7 +71,6 @@ public: ...@@ -71,7 +71,6 @@ public:
virtual void onTimerTick() OVERRIDE virtual void onTimerTick() OVERRIDE
{ {
DebugScopedSetImplThread setImplThread(m_layerTreeHostImpl->proxy());
m_layerTreeHostImpl->animate(base::TimeTicks::Now(), base::Time::Now()); m_layerTreeHostImpl->animate(base::TimeTicks::Now(), base::Time::Now());
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment