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

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: jochen 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..b4b7a4965fd2e6c2e849162ed933e55b654bbcb9 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 SetAllowOSMesaForTesting(bool allow);
+#endif
virtual gfx::Size GetSize() = 0;
« no previous file with comments | « no previous file | content/common/gpu/image_transport_surface_mac.cc » ('j') | content/shell/shell_main_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698