From 42f40a546f90a81727c05aea44ce299d97d7507b Mon Sep 17 00:00:00 2001 From: "skaslev@chromium.org" Date: Sat, 8 Jun 2013 04:38:51 +0000 Subject: [Aura] Added Support for rendering software compositor frames as cc::TextureLayers through cc::TextureMailbox. BUG=161008 R=piman TBR=jschuh,ben Review URL: https://chromiumcodereview.appspot.com/15001027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205010 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/gpu/gpu_command_buffer_stub.h | 1 - 1 file changed, 1 deletion(-) (limited to 'content/common/gpu/gpu_command_buffer_stub.h') diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h index dc1c4ac..a99024d 100644 --- a/content/common/gpu/gpu_command_buffer_stub.h +++ b/content/common/gpu/gpu_command_buffer_stub.h @@ -29,7 +29,6 @@ #include "ui/gfx/size.h" #include "ui/gl/gl_surface.h" #include "ui/gl/gpu_preference.h" -#include "ui/surface/transport_dib.h" namespace gpu { struct Mailbox; -- cgit v1.1