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

Unified Diff: app/gfx/gl/gl_interface.cc

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
« no previous file with comments | « app/gfx/gl/gl_interface.h ('k') | app/gfx/gl/gl_mock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/gl/gl_interface.cc
===================================================================
--- app/gfx/gl/gl_interface.cc (revision 46574)
+++ app/gfx/gl/gl_interface.cc (working copy)
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "gpu/command_buffer/service/gl_interface.h"
+#include "app/gfx/gl/gl_interface.h"
-namespace gles2 {
+namespace gfx {
GLInterface* GLInterface::interface_;
@@ -16,5 +16,5 @@
return interface_;
}
-} // namespace gles2
+} // namespace gfx
« no previous file with comments | « app/gfx/gl/gl_interface.h ('k') | app/gfx/gl/gl_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698