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: chrome/renderer/ggl/ggl.h

Issue 6293023: PPAPI: move GLES2Implementation to PPAPI glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/renderer/ggl/ggl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/ggl/ggl.h
diff --git a/chrome/renderer/ggl/ggl.h b/chrome/renderer/ggl/ggl.h
index c7402a06e50c90c6cc57da205be80ef2066d0947..04ac19eef522971582d66a6e805e34609b844d38 100644
--- a/chrome/renderer/ggl/ggl.h
+++ b/chrome/renderer/ggl/ggl.h
@@ -17,6 +17,7 @@
class GpuChannelHost;
class MessageLoop;
+class CommandBufferProxy;
namespace gpu {
namespace gles2 {
@@ -165,6 +166,8 @@ Error GetError(Context* context);
// communicating with the GPU process.
bool IsCommandBufferContextLost(Context* context);
+CommandBufferProxy* GetCommandBufferProxy(Context* context);
+
} // namespace ggl
#endif // CHROME_RENDERER_GGL_GGL_H_
« no previous file with comments | « no previous file | chrome/renderer/ggl/ggl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698