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

Unified Diff: content/browser/tab_contents/tab_contents_delegate_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: fix more tests 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 | « content/browser/renderer_host/text_input_client_mac_unittest.mm ('k') | content/common/gpu/gpu_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tab_contents/tab_contents_delegate_unittest.cc
diff --git a/content/browser/tab_contents/tab_contents_delegate_unittest.cc b/content/browser/tab_contents/tab_contents_delegate_unittest.cc
index 421270fe027ea98a7db5622c747fb8914e5ff56b..10e1650325c3666dafaa6a617748f6b4c7734145 100644
--- a/content/browser/tab_contents/tab_contents_delegate_unittest.cc
+++ b/content/browser/tab_contents/tab_contents_delegate_unittest.cc
@@ -22,9 +22,9 @@ TEST(WebContentsDelegateTest, UnregisterInDestructor) {
TestBrowserContext browser_context;
scoped_ptr<TabContents> contents_a(
- new TabContents(&browser_context, NULL, 0, NULL, NULL));
+ new TabContents(&browser_context, NULL, MSG_ROUTING_NONE, NULL, NULL));
scoped_ptr<TabContents> contents_b(
- new TabContents(&browser_context, NULL, 0, NULL, NULL));
+ new TabContents(&browser_context, NULL, MSG_ROUTING_NONE, NULL, NULL));
EXPECT_TRUE(contents_a->GetDelegate() == NULL);
EXPECT_TRUE(contents_b->GetDelegate() == NULL);
« no previous file with comments | « content/browser/renderer_host/text_input_client_mac_unittest.mm ('k') | content/common/gpu/gpu_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698