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

Unified Diff: content/common/view_messages.h

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/browser/renderer_host/render_view_host_impl.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 00befabed9d2bc82863fb70776b2cdd0974bbdae..2d50253caaa95168543002133cfb649ef09d597e 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -519,11 +519,6 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// The accessibility mode of the renderer.
IPC_STRUCT_MEMBER(AccessibilityMode, accessibility_mode)
-
- // Specifies whether partially swapping composited buffers is
- // allowed for a renderer. Partial swaps will be used if they are both
- // allowed and supported.
- IPC_STRUCT_MEMBER(bool, allow_partial_swap)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ViewMsg_PostMessage_Params)
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698