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

Unified Diff: chrome/browser/tabs/tab_strip_model_unittest.cc

Issue 9194005: gpu: reference target surfaces through a globally unique surface id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.h » ('j') | content/browser/gpu/gpu_surface_tracker.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tabs/tab_strip_model_unittest.cc
diff --git a/chrome/browser/tabs/tab_strip_model_unittest.cc b/chrome/browser/tabs/tab_strip_model_unittest.cc
index bd38b63bd1273fb43c561743add6ee122d817d45..7c8a5d7ad88e0cbb22e362b0291e49006d172426 100644
--- a/chrome/browser/tabs/tab_strip_model_unittest.cc
+++ b/chrome/browser/tabs/tab_strip_model_unittest.cc
@@ -155,7 +155,8 @@ class TabStripModelTest : public ChromeRenderViewHostTestHarness {
}
TabContentsWrapper* CreateTabContents() {
- return Browser::TabContentsFactory(profile(), NULL, 0, NULL, NULL);
+ return Browser::TabContentsFactory(
+ profile(), NULL, MSG_ROUTING_NONE, NULL, NULL);
}
TabContentsWrapper* CreateTabContentsWithSharedRPH(
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.h » ('j') | content/browser/gpu/gpu_surface_tracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698