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

Unified Diff: chrome/test/base/testing_browser_process.cc

Issue 435383002: adds WARP support to Chromium, for Metro mode only, on Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: first round of tryfixes Created 6 years, 4 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: chrome/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index f704280101eb9c21e99f8252f1f1509d1354bc60..71af4645d47570b85207d099720654bc9ade2cd4 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -179,11 +179,11 @@ IconManager* TestingBrowserProcess::icon_manager() {
return NULL;
}
-GLStringManager* TestingBrowserProcess::gl_string_manager() {
+GpuModeManager* TestingBrowserProcess::gpu_mode_manager() {
return NULL;
}
-GpuModeManager* TestingBrowserProcess::gpu_mode_manager() {
+GpuPrefManager* TestingBrowserProcess::gpu_pref_manager() {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698