Chromium Code Reviews| Index: content/common/gpu/image_transport_surface.h |
| diff --git a/content/common/gpu/image_transport_surface.h b/content/common/gpu/image_transport_surface.h |
| index 562b4b316e63fce2b2e027b25007451ddb58670d..d954fbd14391c335c938d19aa92b7796ce8374fd 100644 |
| --- a/content/common/gpu/image_transport_surface.h |
| +++ b/content/common/gpu/image_transport_surface.h |
| @@ -12,6 +12,7 @@ |
| #include "base/memory/ref_counted.h" |
| #include "base/memory/scoped_ptr.h" |
| #include "base/memory/weak_ptr.h" |
| +#include "content/common/content_export.h" |
| #include "ipc/ipc_listener.h" |
| #include "ipc/ipc_message.h" |
| #include "ui/gfx/native_widget_types.h" |
| @@ -68,6 +69,9 @@ class ImageTransportSurface { |
| CreateSurface(GpuChannelManager* manager, |
| GpuCommandBufferStub* stub, |
| const gfx::GLSurfaceHandle& handle); |
| +#if defined(OS_MACOSX) |
| + CONTENT_EXPORT static void SetAllowOSMesa(bool allow); |
|
jochen (gone - plz use gerrit)
2013/02/26 14:12:07
I would call the method ...ForTesting so the presu
|
| +#endif |
| virtual gfx::Size GetSize() = 0; |