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

Unified Diff: chrome/browser/tab_contents/thumbnail_generator_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 | « no previous file | chrome/browser/tabs/tab_strip_model_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/thumbnail_generator_unittest.cc
diff --git a/chrome/browser/tab_contents/thumbnail_generator_unittest.cc b/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
index fc2ac3d5325effe75567388458d6e719f6cb5e23..6f535401207aea645f239b6e136de06e13bfad76 100644
--- a/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
+++ b/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
@@ -60,7 +60,7 @@ class ThumbnailGeneratorTest : public testing::Test {
ThumbnailGeneratorTest() {
profile_.reset(new TestingProfile());
process_ = new MockRenderProcessHost(profile_.get());
- widget_.reset(new RenderWidgetHost(process_, 1));
+ widget_.reset(new RenderWidgetHost(process_, MSG_ROUTING_NONE));
view_.reset(new TestRenderWidgetHostViewWithBackingStoreSkia(
widget_.get()));
// Paiting will be skipped if there's no view.
« no previous file with comments | « no previous file | chrome/browser/tabs/tab_strip_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698