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

Unified Diff: content/renderer/browser_plugin/browser_plugin_compositing_helper.h

Issue 15896031: Simplify mailbox handling for browser plugin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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 | « no previous file | content/renderer/browser_plugin/browser_plugin_compositing_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/browser_plugin/browser_plugin_compositing_helper.h
diff --git a/content/renderer/browser_plugin/browser_plugin_compositing_helper.h b/content/renderer/browser_plugin/browser_plugin_compositing_helper.h
index b323aae60ba9920b888e2b06122a8014997e0a09..14fc0ab8781f0987ed75a164aa4ddea1c26b3f9c 100644
--- a/content/renderer/browser_plugin/browser_plugin_compositing_helper.h
+++ b/content/renderer/browser_plugin/browser_plugin_compositing_helper.h
@@ -56,8 +56,6 @@ class CONTENT_EXPORT BrowserPluginCompositingHelper :
void CheckSizeAndAdjustLayerBounds(const gfx::Size& new_size,
float device_scale_factor,
cc::Layer* layer);
- void FreeMailboxMemory(const std::string& mailbox_name,
- unsigned sync_point);
void MailboxReleased(const std::string& mailbox_name,
int gpu_route_id,
int gpu_host_id,
« no previous file with comments | « no previous file | content/renderer/browser_plugin/browser_plugin_compositing_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698