summaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc')
-rw-r--r--cc/CCActiveAnimationTest.cpp1
-rw-r--r--cc/CCFrameRateCounter.cpp2
-rw-r--r--cc/CCKeyframedAnimationCurve.h1
-rw-r--r--cc/CCKeyframedAnimationCurveTest.cpp1
-rw-r--r--cc/CCLayerAnimationControllerTest.cpp1
-rw-r--r--cc/CCLayerIterator.h2
-rw-r--r--cc/CCProxy.h3
-rw-r--r--cc/CCThreadedTest.cpp1
-rw-r--r--cc/RateLimiter.cpp1
9 files changed, 5 insertions, 8 deletions
diff --git a/cc/CCActiveAnimationTest.cpp b/cc/CCActiveAnimationTest.cpp
index 5dabbb6..bac66c7 100644
--- a/cc/CCActiveAnimationTest.cpp
+++ b/cc/CCActiveAnimationTest.cpp
@@ -9,7 +9,6 @@
#include "CCAnimationTestCommon.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include <wtf/Vector.h>
using namespace WebKitTests;
using namespace cc;
diff --git a/cc/CCFrameRateCounter.cpp b/cc/CCFrameRateCounter.cpp
index 521b5016..80074ed 100644
--- a/cc/CCFrameRateCounter.cpp
+++ b/cc/CCFrameRateCounter.cpp
@@ -7,6 +7,8 @@
#if USE(ACCELERATED_COMPOSITING)
#include "CCFrameRateCounter.h"
+#include <cmath>
+
#include "CCProxy.h"
#include <public/Platform.h>
#include <wtf/CurrentTime.h>
diff --git a/cc/CCKeyframedAnimationCurve.h b/cc/CCKeyframedAnimationCurve.h
index 232f07c..33cee77 100644
--- a/cc/CCKeyframedAnimationCurve.h
+++ b/cc/CCKeyframedAnimationCurve.h
@@ -11,7 +11,6 @@
#include <public/WebTransformOperations.h>
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
-#include <wtf/Vector.h>
namespace cc {
diff --git a/cc/CCKeyframedAnimationCurveTest.cpp b/cc/CCKeyframedAnimationCurveTest.cpp
index 428b748..21353ed 100644
--- a/cc/CCKeyframedAnimationCurveTest.cpp
+++ b/cc/CCKeyframedAnimationCurveTest.cpp
@@ -11,7 +11,6 @@
#include <public/WebTransformOperations.h>
#include <public/WebTransformationMatrix.h>
#include <wtf/OwnPtr.h>
-#include <wtf/Vector.h>
using namespace cc;
using WebKit::WebTransformationMatrix;
diff --git a/cc/CCLayerAnimationControllerTest.cpp b/cc/CCLayerAnimationControllerTest.cpp
index 6ee5110..b6004a0 100644
--- a/cc/CCLayerAnimationControllerTest.cpp
+++ b/cc/CCLayerAnimationControllerTest.cpp
@@ -12,7 +12,6 @@
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include <public/WebTransformationMatrix.h>
-#include <wtf/Vector.h>
using namespace cc;
using namespace WebKitTests;
diff --git a/cc/CCLayerIterator.h b/cc/CCLayerIterator.h
index 96bb161..7fc3af4 100644
--- a/cc/CCLayerIterator.h
+++ b/cc/CCLayerIterator.h
@@ -7,9 +7,7 @@
#include "CCLayerTreeHostCommon.h"
-#include <wtf/PassOwnPtr.h>
#include <wtf/RefPtr.h>
-#include <wtf/Vector.h>
namespace cc {
diff --git a/cc/CCProxy.h b/cc/CCProxy.h
index 78e8c06..30a62cc 100644
--- a/cc/CCProxy.h
+++ b/cc/CCProxy.h
@@ -6,7 +6,6 @@
#define CCProxy_h
#include "base/basictypes.h"
-#include "IntRect.h"
#include <public/WebCompositorOutputSurface.h>
#include <wtf/PassOwnPtr.h>
#include <wtf/PassRefPtr.h>
@@ -14,6 +13,8 @@
namespace cc {
class CCThread;
+class IntRect;
+class IntSize;
struct CCRenderingStats;
struct RendererCapabilities;
diff --git a/cc/CCThreadedTest.cpp b/cc/CCThreadedTest.cpp
index cceb2e8..943a5b2 100644
--- a/cc/CCThreadedTest.cpp
+++ b/cc/CCThreadedTest.cpp
@@ -31,7 +31,6 @@
#include <public/WebThread.h>
#include <wtf/Locker.h>
#include <wtf/PassRefPtr.h>
-#include <wtf/Vector.h>
using namespace cc;
using namespace WebKit;
diff --git a/cc/RateLimiter.cpp b/cc/RateLimiter.cpp
index 8a0f018..ddcce47 100644
--- a/cc/RateLimiter.cpp
+++ b/cc/RateLimiter.cpp
@@ -11,6 +11,7 @@
#include "CCThread.h"
#include "TraceEvent.h"
#include <public/WebGraphicsContext3D.h>
+#include <wtf/RefPtr.h>
namespace cc {