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

Unified Diff: gpu/demos/framework/window.h

Issue 9699048: Make Occlusion Query Sample (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make it more C++y Created 8 years, 9 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 | « gpu/demos/demos.gyp ('k') | gpu/demos/framework/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/demos/framework/window.h
diff --git a/gpu/demos/framework/window.h b/gpu/demos/framework/window.h
index fe8a39a194cb8f736d2a9fa111f05b140b583a7b..956f60f1b51f865e7f4557e436f11b305222af59 100644
--- a/gpu/demos/framework/window.h
+++ b/gpu/demos/framework/window.h
@@ -18,6 +18,12 @@ namespace gpu {
class TransferBuffer;
+namespace gles2 {
+
+class GLES2Implementation;
+
+} // namespace gles2
+
namespace demos {
class Demo;
@@ -56,6 +62,7 @@ class Window {
scoped_refptr<gfx::GLSurface> surface_;
scoped_ptr<gpu::gles2::GLES2CmdHelper> gles2_cmd_helper_;
scoped_ptr<gpu::TransferBuffer> transfer_buffer_;
+ scoped_ptr<gpu::gles2::GLES2Implementation> gles2_implementation_;
DISALLOW_COPY_AND_ASSIGN(Window);
};
« no previous file with comments | « gpu/demos/demos.gyp ('k') | gpu/demos/framework/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698