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

Unified Diff: content/common/frame_messages.h

Issue 1359163005: Remove surface_id from RenderWidget/RenderWidgetHost and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@channel_creation_preempt
Patch Set: fix more tests Created 5 years, 3 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/web_contents/web_contents_impl.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index d5407bae1ce93b74accf95739738cdc4169354bb..5e02c043920e1f0836497795e096a0c1b65a8afc 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -320,9 +320,6 @@ IPC_STRUCT_BEGIN(FrameMsg_NewFrame_WidgetParams)
// is MSG_ROUTING_NONE and the other parameters are not read.
IPC_STRUCT_MEMBER(int, routing_id)
- // Identifier for the output surface for the new RenderWidget.
- IPC_STRUCT_MEMBER(int, surface_id)
-
// Tells the new RenderWidget whether it is initially hidden.
IPC_STRUCT_MEMBER(bool, hidden)
IPC_STRUCT_END()
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698