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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 12612005: Revert 186627 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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
Index: content/browser/renderer_host/render_widget_host_view_aura.h
===================================================================
--- content/browser/renderer_host/render_widget_host_view_aura.h (revision 186756)
+++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy)
@@ -44,10 +44,6 @@
class Display;
}
-namespace gpu {
-struct Mailbox;
-}
-
namespace ui {
class CompositorLock;
class InputMethod;
@@ -364,12 +360,12 @@
// The common entry point for full buffer updates from renderer
// and GPU process.
void BuffersSwapped(const gfx::Size& size,
- const gpu::Mailbox& mailbox_name,
+ const std::string& mailbox_name,
const BufferPresentedCallback& ack_callback);
bool SwapBuffersPrepare(const gfx::Rect& surface_rect,
const gfx::Rect& damage_rect,
- const gpu::Mailbox& mailbox_name,
+ const std::string& mailbox_name,
const BufferPresentedCallback& ack_callback);
void SwapBuffersCompleted(

Powered by Google App Engine
This is Rietveld 408576698