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

Unified Diff: gpu/command_buffer/service/gpu_processor.h

Issue 2134006: Added EGL based GLContext.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/service/gpu_processor.h
===================================================================
--- gpu/command_buffer/service/gpu_processor.h (revision 49195)
+++ gpu/command_buffer/service/gpu_processor.h (working copy)
@@ -19,7 +19,7 @@
#include "gpu/command_buffer/service/context_group.h"
#include "gpu/command_buffer/service/gles2_cmd_decoder.h"
-#if defined(OS_MACOSX) && !defined(UNIT_TEST)
+#if defined(OS_MACOSX)
#include "app/surface/accelerated_surface_mac.h"
#endif
@@ -103,7 +103,7 @@
scoped_ptr<CommandParser> parser_;
scoped_ptr<gfx::GLContext> context_;
-#if defined(OS_MACOSX) && !defined(UNIT_TEST)
+#if defined(OS_MACOSX)
scoped_ptr<AcceleratedSurface> surface_;
#endif
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc ('k') | gpu/command_buffer/service/gpu_processor_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698