diff options
Diffstat (limited to 'ppapi/tests/test_graphics_2d.h')
-rw-r--r-- | ppapi/tests/test_graphics_2d.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ppapi/tests/test_graphics_2d.h b/ppapi/tests/test_graphics_2d.h index ab3d48f..86eb9a8 100644 --- a/ppapi/tests/test_graphics_2d.h +++ b/ppapi/tests/test_graphics_2d.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -8,11 +8,10 @@ #include <string> #include "ppapi/c/pp_stdint.h" +#include "ppapi/c/ppb_graphics_2d.h" +#include "ppapi/c/ppb_image_data.h" #include "ppapi/tests/test_case.h" -struct PPB_Graphics2D; -struct PPB_ImageData; - namespace pp { class Graphics2D; class ImageData; |