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

Unified Diff: gpu/command_buffer/tests/gl_manager.h

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Delete and add gl_image_mock again Created 7 years, 7 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: gpu/command_buffer/tests/gl_manager.h
diff --git a/gpu/command_buffer/tests/gl_manager.h b/gpu/command_buffer/tests/gl_manager.h
index 2ebe69539f9d2c268ac7ceddc4e09082f0168594..15fc9ef4885279ea170e02c4ddaae3ebfe04cd39 100644
--- a/gpu/command_buffer/tests/gl_manager.h
+++ b/gpu/command_buffer/tests/gl_manager.h
@@ -30,6 +30,8 @@ class MailboxManager;
class GLES2Decoder;
class GLES2CmdHelper;
class GLES2Implementation;
+class ImageFactory;
+class ImageManager;
class ShareGroup;
};
@@ -50,6 +52,10 @@ class GLManager {
bool bind_generates_resource;
// Whether or not it's ok to lose the context.
bool context_lost_allowed;
+ // Image manager to be used.
+ gles2::ImageManager* image_manager;
+ // Image factory to be used.
+ gles2::ImageFactory* image_factory;
};
GLManager();
~GLManager();

Powered by Google App Engine
This is Rietveld 408576698