From ad8ef9ac2412b8179a06984bc23f14287a8bda45 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Tue, 16 Aug 2011 18:22:10 +0000 Subject: Add gl.dll, compositor.dll, and surface.dll. I considered merging these into ui.dll, but the respective GYP files are pretty customized, and merging all of the special casing into ui.gyp seemed like it would just make things messy. Plus, some components only need to link to surface and not all of ui. One thing that I'm not entirely sure about is the naming convention. In this case the modules are named gl, compositor and surface instead of ui_gfx_gl, and so on. I thought about declaring UI_GFX_GL_EXPORT, but I opted for the shorter GL_EXPORT instead. I think Ben has been thinking about moving these directories out of ui/gfx/ anyways since it is a bit odd for them to live there. R=rvargas Review URL: http://codereview.chromium.org/7645004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96982 0039d316-1c4b-4281-b951-d872f2087c98 --- media/video/picture.h | 1 - 1 file changed, 1 deletion(-) (limited to 'media/video') diff --git a/media/video/picture.h b/media/video/picture.h index 10cf47c..ba52818 100644 --- a/media/video/picture.h +++ b/media/video/picture.h @@ -6,7 +6,6 @@ #define MEDIA_VIDEO_PICTURE_H_ #include "base/basictypes.h" -#include "ui/gfx/gl/gl_context.h" #include "ui/gfx/size.h" namespace media { -- cgit v1.1