diff options
author | sievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-21 01:42:32 +0000 |
---|---|---|
committer | sievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-21 01:42:32 +0000 |
commit | f027ca150193efb6b486ade12177d83636467d1a (patch) | |
tree | 3af2534aa293a61297117141447037fe211b6f3f /content/port | |
parent | ea28d1e2eeba04d53b65c2976b831200fa73a45b (diff) | |
download | chromium_src-f027ca150193efb6b486ade12177d83636467d1a.zip chromium_src-f027ca150193efb6b486ade12177d83636467d1a.tar.gz chromium_src-f027ca150193efb6b486ade12177d83636467d1a.tar.bz2 |
Aura/Android: Send mailbox name with every Swap message.
This eliminates GpuHostMsg_AcceleratedSurfaceNew and instead of using
a handle to identify textures being swapped and returned, it simply uses
the mailbox name.
This will make it simplifier to put textures in the mailbox from the
client, i.e. renderer.
Review URL: https://chromiumcodereview.appspot.com/11608005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/port')
-rw-r--r-- | content/port/browser/render_widget_host_view_port.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h index 0da1bc0..ad1dfcd 100644 --- a/content/port/browser/render_widget_host_view_port.h +++ b/content/port/browser/render_widget_host_view_port.h @@ -241,8 +241,6 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView { virtual void HasTouchEventHandlers(bool need_touch_events) = 0; #endif - virtual void AcceleratedSurfaceNew(uint64 surface_id, - const std::string& mailbox_name) {} virtual void AcceleratedSurfaceRelease() {} #if defined(TOOLKIT_GTK) |