diff options
Diffstat (limited to 'content/common/gpu/transport_texture.h')
-rw-r--r-- | content/common/gpu/transport_texture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/gpu/transport_texture.h b/content/common/gpu/transport_texture.h index bf31074..c3291d2 100644 --- a/content/common/gpu/transport_texture.h +++ b/content/common/gpu/transport_texture.h @@ -15,7 +15,7 @@ #include <map> #include "base/basictypes.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/task.h" #include "ipc/ipc_channel.h" @@ -30,7 +30,7 @@ class GLES2Decoder; class TransportTexture : public IPC::Channel::Listener { public: enum Format { - RGBA, // GL_RGBA + RGBA, // GL_RGBA }; // |channel| is the owner of this object. |