diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 16:24:29 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 16:24:29 +0000 |
commit | e7454a89b27fbc459d5eb470eb4470efddd22f62 (patch) | |
tree | ca36191fa11419e42fd5fe2ccecc726c40bc2dd4 /ui | |
parent | 5c33a18f10eef7475c251bf6419a40c24386d2ff (diff) | |
download | chromium_src-e7454a89b27fbc459d5eb470eb4470efddd22f62.zip chromium_src-e7454a89b27fbc459d5eb470eb4470efddd22f62.tar.gz chromium_src-e7454a89b27fbc459d5eb470eb4470efddd22f62.tar.bz2 |
Aura: Remove some unnecessary dependencies.
We no longer need Xcomposite now that we are relying on the context sharing in the GPU process for image transport.
BUG=none
TEST=bots stay green
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146923
Review URL: https://chromiumcodereview.appspot.com/10786018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/compositor/test_web_graphics_context_3d.cc | 1 | ||||
-rw-r--r-- | ui/compositor/test_web_graphics_context_3d.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ui/compositor/test_web_graphics_context_3d.cc b/ui/compositor/test_web_graphics_context_3d.cc index 7afa4b9..7778d56 100644 --- a/ui/compositor/test_web_graphics_context_3d.cc +++ b/ui/compositor/test_web_graphics_context_3d.cc @@ -4,6 +4,7 @@ #include "ui/compositor/test_web_graphics_context_3d.h" +#include "ui/gl/gl_bindings.h" #include "ui/gl/gl_context_stub.h" #include "ui/gl/gl_surface_stub.h" diff --git a/ui/compositor/test_web_graphics_context_3d.h b/ui/compositor/test_web_graphics_context_3d.h index 74ce1c4..dcf92f0 100644 --- a/ui/compositor/test_web_graphics_context_3d.h +++ b/ui/compositor/test_web_graphics_context_3d.h @@ -9,7 +9,6 @@ #include "base/memory/ref_counted.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" -#include "ui/gl/gl_bindings.h" namespace gfx { class GLContext; |