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

Unified Diff: content/common/view_messages.h

Issue 1815593002: Remove windowed NPAPI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@make_test_plugin_windowless
Patch Set: rebase Created 4 years, 9 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/plugin_process_messages.h ('k') | content/common/webplugin_geometry.h » ('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 d509db61390078381c21aa945a5f92a3514f0ce4..93469808aa2abf1b2e8e8f262be39f0e48cc2387 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -285,15 +285,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
IPC_STRUCT_TRAITS_MEMBER(default_font_size)
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(content::WebPluginGeometry)
- IPC_STRUCT_TRAITS_MEMBER(window)
- IPC_STRUCT_TRAITS_MEMBER(window_rect)
- IPC_STRUCT_TRAITS_MEMBER(clip_rect)
- IPC_STRUCT_TRAITS_MEMBER(cutout_rects)
- IPC_STRUCT_TRAITS_MEMBER(rects_valid)
- IPC_STRUCT_TRAITS_MEMBER(visible)
-IPC_STRUCT_TRAITS_END()
-
IPC_STRUCT_TRAITS_BEGIN(media::MediaLogEvent)
IPC_STRUCT_TRAITS_MEMBER(id)
IPC_STRUCT_TRAITS_MEMBER(type)
@@ -469,10 +460,6 @@ IPC_STRUCT_BEGIN(ViewHostMsg_UpdateRect_Params)
// view size.
IPC_STRUCT_MEMBER(gfx::Size, view_size)
- // New window locations for plugin child windows.
- IPC_STRUCT_MEMBER(std::vector<content::WebPluginGeometry>,
- plugin_window_moves)
-
// The following describes the various bits that may be set in flags:
//
// ViewHostMsg_UpdateRect_Flags::IS_RESIZE_ACK
« no previous file with comments | « content/common/plugin_process_messages.h ('k') | content/common/webplugin_geometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698