| Index: content/renderer/gpu/mailbox_output_surface.cc
|
| diff --git a/content/renderer/gpu/mailbox_output_surface.cc b/content/renderer/gpu/mailbox_output_surface.cc
|
| index 5747a6861f9a03c8eaaee373a395b2aa70ca2a9c..4a598d4c60647d3e24225d10c56895c28fd86912 100644
|
| --- a/content/renderer/gpu/mailbox_output_surface.cc
|
| +++ b/content/renderer/gpu/mailbox_output_surface.cc
|
| @@ -45,9 +45,6 @@
|
| }
|
|
|
| MailboxOutputSurface::~MailboxOutputSurface() {
|
| -}
|
| -
|
| -void MailboxOutputSurface::DetachFromClient() {
|
| DiscardBackbuffer();
|
| while (!pending_textures_.empty()) {
|
| if (pending_textures_.front().texture_id) {
|
| @@ -56,7 +53,6 @@
|
| }
|
| pending_textures_.pop_front();
|
| }
|
| - cc::OutputSurface::DetachFromClient();
|
| }
|
|
|
| void MailboxOutputSurface::EnsureBackbuffer() {
|
|
|