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

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

Issue 8404041: Revert 107563 - Fix up compositor mocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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 | « chrome/chrome_tests.gypi ('k') | content/content_plugin.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_test_suite.cc
===================================================================
--- chrome/test/base/chrome_test_suite.cc (revision 107563)
+++ chrome/test/base/chrome_test_suite.cc (working copy)
@@ -27,7 +27,7 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/ui_base_paths.h"
-#include "ui/gfx/test/gfx_test_utils.h"
+#include "ui/gfx/compositor/compositor_test_support.h"
#if defined(OS_MACOSX)
#include "base/mac/mac_util.h"
@@ -194,7 +194,7 @@
ResourceBundle::AddDataPackToSharedInstance(resources_pack_path);
// Mock out the compositor on platforms that use it.
- ui::gfx_test_utils::SetupTestCompositor();
+ ui::CompositorTestSupport::SetupMockCompositor();
stats_filename_ = base::StringPrintf("unit_tests-%d",
base::GetCurrentProcId());
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_plugin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698