Index: cc/test/test_context_support.h |
diff --git a/cc/test/test_context_support.h b/cc/test/test_context_support.h |
index 10405dd83462900ace66a0f8760c1ef6a798f348..f638a0f9f5b6b946fafbe46e61ca26d378a59b9b 100644 |
--- a/cc/test/test_context_support.h |
+++ b/cc/test/test_context_support.h |
@@ -10,6 +10,11 @@ |
#include "base/memory/weak_ptr.h" |
#include "gpu/command_buffer/client/context_support.h" |
+namespace gfx { |
+class Rect; |
+class RectF; |
+} |
+ |
namespace cc { |
class TestContextSupport : public gpu::ContextSupport { |