diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-18 17:39:33 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-18 17:39:33 +0000 |
commit | 357b51741519bad4cf3afc7a1603b9bb46556fe7 (patch) | |
tree | 6037f10401c5946064e1f1518b6ffa46194eb2c0 /cc/single_thread_proxy.cc | |
parent | e986988c0c50e3479d316d1b24fcb7758f5d5ce5 (diff) | |
download | chromium_src-357b51741519bad4cf3afc7a1603b9bb46556fe7.zip chromium_src-357b51741519bad4cf3afc7a1603b9bb46556fe7.tar.gz chromium_src-357b51741519bad4cf3afc7a1603b9bb46556fe7.tar.bz2 |
cc: Remove wtf usage from test code
This incidentally cleans up time source and layer sorter.
R=jamesr@chromium.org
BUG=154451
Review URL: https://codereview.chromium.org/11188011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/single_thread_proxy.cc')
-rw-r--r-- | cc/single_thread_proxy.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc index d6648d6..93e397a 100644 --- a/cc/single_thread_proxy.cc +++ b/cc/single_thread_proxy.cc @@ -14,8 +14,6 @@ #include "base/debug/trace_event.h" #include <wtf/CurrentTime.h> -using namespace WTF; - namespace cc { scoped_ptr<CCProxy> CCSingleThreadProxy::create(CCLayerTreeHost* layerTreeHost) |