summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host.cc
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-28 01:45:35 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-28 01:45:35 +0000
commitca2902e903aba2f9964281dd875de7e4e72c08d8 (patch)
treefddaf41f587eb6dbe42a9ac4770ffe291edd797b /cc/trees/layer_tree_host.cc
parent11ba3511e22a3ec614d89220ff347de1b3432b48 (diff)
downloadchromium_src-ca2902e903aba2f9964281dd875de7e4e72c08d8.zip
chromium_src-ca2902e903aba2f9964281dd875de7e4e72c08d8.tar.gz
chromium_src-ca2902e903aba2f9964281dd875de7e4e72c08d8.tar.bz2
cc: Fix lint errors in cc.
This fixes lint errors for a bunch of files including occlusion_tracker_unittest.cc and layer_tree_host_unittest_*.cc, as well as everything remaining under cc/trees/ and cc/output/ R=enne NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12471012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/trees/layer_tree_host.cc')
-rw-r--r--cc/trees/layer_tree_host.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
index 2ba6da2..d7780fc 100644
--- a/cc/trees/layer_tree_host.cc
+++ b/cc/trees/layer_tree_host.cc
@@ -4,6 +4,8 @@
#include "cc/trees/layer_tree_host.h"
+#include <algorithm>
+
#include "base/bind.h"
#include "base/command_line.h"
#include "base/debug/trace_event.h"