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

Unified Diff: content/common/render_message_filter.mojom

Issue 2552913003: Revert of Replacing allocate bitmap IPC messages with a new Mojo interface. (Closed)
Patch Set: Created 4 years 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/child_process_messages.h ('k') | content/public/test/mock_render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/render_message_filter.mojom
diff --git a/content/common/render_message_filter.mojom b/content/common/render_message_filter.mojom
index df4cd7e6b93be7ec12a6d2403dcd35b774395d14..be6a9a97cdfc6f5322e8923b59f7a2d83f535ed7 100644
--- a/content/common/render_message_filter.mojom
+++ b/content/common/render_message_filter.mojom
@@ -6,7 +6,6 @@
import "content/common/native_types.mojom";
import "content/public/common/window_container_type.mojom";
-import "gpu/ipc/common/mailbox.mojom";
import "third_party/WebKit/public/platform/referrer.mojom";
import "third_party/WebKit/public/web/window_features.mojom";
import "ui/base/mojo/window_open_disposition.mojom";
@@ -93,15 +92,4 @@
// Similar to CreateWidget except the widget is a full screen window.
[Sync] CreateFullscreenWidget(int32 opener_id)
=> (int32 route_id);
-
- // The 2 following methods belong to a future CC related mojom.
- // For now they need to be part of this channel associated interface to
- // prevent running into message ordering issues (CC trying to access a shared
- // bitmap before the registration message below made it to the browser).
- //
- // Informs the browser that the child allocated a shared bitmap.
- AllocatedSharedBitmap(handle<shared_buffer> buffer, gpu.mojom.Mailbox id);
-
- // Informs the browser that the child deleted a shared bitmap.
- DeletedSharedBitmap(gpu.mojom.Mailbox id);
};
« no previous file with comments | « content/common/child_process_messages.h ('k') | content/public/test/mock_render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698