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

Unified Diff: content/public/test/render_view_test.cc

Issue 167953003: cc: Remove the --enable-partial-swap flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: enablepartialswap: build Created 6 years, 10 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/common/view_messages.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index 56a6d8e9f79062e4d9285a75305eb1452d305efb..934f1aea70cc2a34d7281409f9c721174e7f2b41 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -174,22 +174,21 @@ void RenderViewTest::SetUp() {
mock_process_.reset(new MockRenderProcess);
// This needs to pass the mock render thread to the view.
- RenderViewImpl* view = RenderViewImpl::Create(
- kOpenerId,
- RendererPreferences(),
- WebPreferences(),
- kRouteId,
- kMainFrameRouteId,
- kSurfaceId,
- kInvalidSessionStorageNamespaceId,
- base::string16(),
- false, // is_renderer_created
- false, // swapped_out
- false, // hidden
- 1, // next_page_id
- blink::WebScreenInfo(),
- AccessibilityModeOff,
- true);
+ RenderViewImpl* view =
+ RenderViewImpl::Create(kOpenerId,
+ RendererPreferences(),
+ WebPreferences(),
+ kRouteId,
+ kMainFrameRouteId,
+ kSurfaceId,
+ kInvalidSessionStorageNamespaceId,
+ base::string16(),
+ false, // is_renderer_created
+ false, // swapped_out
+ false, // hidden
+ 1, // next_page_id
+ blink::WebScreenInfo(),
+ AccessibilityModeOff);
view->AddRef();
view_ = view;
}
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698