| Index: cc/damage_tracker.cc
|
| diff --git a/cc/damage_tracker.cc b/cc/damage_tracker.cc
|
| index bebfd99d4172b39721e85fc441c517aecd04a190..06530ad033a00f31a75b6acb9bfc28505a360133 100644
|
| --- a/cc/damage_tracker.cc
|
| +++ b/cc/damage_tracker.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "cc/damage_tracker.h"
|
|
|
| +#include "cc/base/math_util.h"
|
| #include "cc/layer_impl.h"
|
| #include "cc/layer_tree_host_common.h"
|
| -#include "cc/math_util.h"
|
| #include "cc/render_surface_impl.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h"
|
|
|
|
|