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

Side by Side Diff: app/gfx/gl/gl_implementation_linux.cc

Issue 5783004: Keep deinlining stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Well, it all compiles locally? Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <vector> 5 #include <vector>
6 6
7 #include "app/gfx/gl/gl_bindings.h" 7 #include "app/gfx/gl/gl_bindings.h"
8 #include "app/gfx/gl/gl_context_stub.h"
9 #include "app/gfx/gl/gl_implementation.h" 8 #include "app/gfx/gl/gl_implementation.h"
10 #include "base/base_paths.h" 9 #include "base/base_paths.h"
11 #include "base/command_line.h" 10 #include "base/command_line.h"
12 #include "base/file_path.h" 11 #include "base/file_path.h"
13 #include "base/logging.h" 12 #include "base/logging.h"
14 #include "base/native_library.h" 13 #include "base/native_library.h"
15 #include "base/path_service.h" 14 #include "base/path_service.h"
16 15
17 namespace gfx { 16 namespace gfx {
18 namespace { 17 namespace {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 } 151 }
153 152
154 void InitializeDebugGLBindings() { 153 void InitializeDebugGLBindings() {
155 InitializeDebugGLBindingsEGL(); 154 InitializeDebugGLBindingsEGL();
156 InitializeDebugGLBindingsGL(); 155 InitializeDebugGLBindingsGL();
157 InitializeDebugGLBindingsGLX(); 156 InitializeDebugGLBindingsGLX();
158 InitializeDebugGLBindingsOSMESA(); 157 InitializeDebugGLBindingsOSMESA();
159 } 158 }
160 159
161 } // namespace gfx 160 } // namespace gfx
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698