diff options
Diffstat (limited to 'cc/layer_tree_host_common.h')
-rw-r--r-- | cc/layer_tree_host_common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/layer_tree_host_common.h b/cc/layer_tree_host_common.h index 506274d..5822ea1 100644 --- a/cc/layer_tree_host_common.h +++ b/cc/layer_tree_host_common.h @@ -10,7 +10,6 @@ #include "IntRect.h" #include "IntSize.h" #include <public/WebTransformationMatrix.h> -#include <wtf/Vector.h> namespace cc { @@ -91,6 +90,6 @@ LayerType* LayerTreeHostCommon::findLayerInSubtree(LayerType* rootLayer, int lay return 0; } -} // namespace cc +} // namespace cc #endif |