From 40224ee7bed9313e9973d6082b60912e778220c5 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Thu, 11 Jul 2013 14:20:08 +0000 Subject: cc: Add missing includes of WebGraphicsMemoryAllocation.h The declaration of WebGraphicsMemoryAllocation type is been used through the include of WebGraphicsContext3D.h, but for iwyu is better to explicity include it. BUG=None TEST=cc_unittests R=danakj@chromium.org Review URL: https://codereview.chromium.org/18941004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211111 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/test/test_web_graphics_context_3d.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cc/test/test_web_graphics_context_3d.h') diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h index 0652681..e24b43b 100644 --- a/cc/test/test_web_graphics_context_3d.h +++ b/cc/test/test_web_graphics_context_3d.h @@ -16,6 +16,8 @@ #include "cc/debug/fake_web_graphics_context_3d.h" #include "third_party/khronos/GLES2/gl2.h" +namespace WebKit { struct WebGraphicsMemoryAllocation; } + namespace cc { class TestWebGraphicsContext3D : public FakeWebGraphicsContext3D { -- cgit v1.1