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

Side by Side Diff: webkit/support/test_webkit_client.cc

Issue 6166008: Change namespace of WebGraphicsContext3DInProcessImpl based on review feedbac... (Closed) Base URL: svn://chrome-svn/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 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 "webkit/support/test_webkit_client.h" 5 #include "webkit/support/test_webkit_client.h"
6 6
7 #include "base/file_util.h" 7 #include "base/file_util.h"
8 #include "base/path_service.h" 8 #include "base/path_service.h"
9 #include "base/scoped_temp_dir.h" 9 #include "base/scoped_temp_dir.h"
10 #include "base/metrics/stats_counters.h" 10 #include "base/metrics/stats_counters.h"
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 WebKit::WebThemeEngine* TestWebKitClient::themeEngine() { 339 WebKit::WebThemeEngine* TestWebKitClient::themeEngine() {
340 return active_theme_engine_; 340 return active_theme_engine_;
341 } 341 }
342 #endif 342 #endif
343 343
344 WebKit::WebSharedWorkerRepository* TestWebKitClient::sharedWorkerRepository() { 344 WebKit::WebSharedWorkerRepository* TestWebKitClient::sharedWorkerRepository() {
345 return NULL; 345 return NULL;
346 } 346 }
347 347
348 WebKit::WebGraphicsContext3D* TestWebKitClient::createGraphicsContext3D() { 348 WebKit::WebGraphicsContext3D* TestWebKitClient::createGraphicsContext3D() {
349 return new webkit_gpu::WebGraphicsContext3DInProcessImpl(); 349 return new webkit::gpu::WebGraphicsContext3DInProcessImpl();
350 } 350 }
OLDNEW
« no previous file with comments | « webkit/gpu/webgraphicscontext3d_in_process_impl.cc ('k') | webkit/tools/test_shell/test_shell_webkit_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698