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

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: Created 7 years, 8 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 b2939410e4b5f6555827d582baff2d2964c087bf..bb47ecdbab0fccb8408226997536b102f59d90f6 100644
--- a/gpu/command_buffer/tests/gl_manager.h
+++ b/gpu/command_buffer/tests/gl_manager.h
@@ -30,6 +30,7 @@ class MailboxManager;
class GLES2Decoder;
class GLES2CmdHelper;
class GLES2Implementation;
+class ImageManager;
class ShareGroup;
};
@@ -50,6 +51,8 @@ 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;
};
GLManager();
~GLManager();

Powered by Google App Engine
This is Rietveld 408576698