Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: content/common/gpu/image_transport_surface.h

Issue 12315103: mac content shell drt: Hook up a dummy image transport (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « no previous file | content/common/gpu/image_transport_surface_mac.cc » ('j') | content/common/gpu/image_transport_surface_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698