| Index: content/child/npapi/webplugin_accelerated_surface_mac.h
|
| diff --git a/content/child/npapi/webplugin_accelerated_surface_mac.h b/content/child/npapi/webplugin_accelerated_surface_mac.h
|
| index f0e6d6f6268e2db4b58e3e20118bb298766f4d44..d91f8f21c2cb0e29e72f7bb79d794ddb638d7d7f 100644
|
| --- a/content/child/npapi/webplugin_accelerated_surface_mac.h
|
| +++ b/content/child/npapi/webplugin_accelerated_surface_mac.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CONTENT_CHILD_NPAPI_WEBPLUGIN_ACCELERATED_SURFACE_MAC_H_
|
| #define CONTENT_CHILD_NPAPI_WEBPLUGIN_ACCELERATED_SURFACE_MAC_H_
|
|
|
| +#include "ui/gfx/geometry/size.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| -#include "ui/gfx/size.h"
|
|
|
| // Avoid having to include OpenGL headers here.
|
| typedef struct _CGLContextObject* CGLContextObj;
|
|
|