diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:13:22 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:13:22 +0000 |
commit | 3d73bce15bd0465842fa79a3e6c5c66219a8d38d (patch) | |
tree | 3147623af684aedfd3c6e1882a46acb52026d04a /ui | |
parent | 75bff52a8e5fbf63b68bf51f87840fd64fe49d27 (diff) | |
download | chromium_src-3d73bce15bd0465842fa79a3e6c5c66219a8d38d.zip chromium_src-3d73bce15bd0465842fa79a3e6c5c66219a8d38d.tar.gz chromium_src-3d73bce15bd0465842fa79a3e6c5c66219a8d38d.tar.bz2 |
Update these includes to the new header location
TBR=darin
Review URL: http://codereview.chromium.org/8789006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/gfx/compositor/compositor_cc.cc | 6 | ||||
-rw-r--r-- | ui/gfx/compositor/layer.cc | 6 | ||||
-rw-r--r-- | ui/gfx/compositor/test_web_graphics_context_3d.h | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/ui/gfx/compositor/compositor_cc.cc b/ui/gfx/compositor/compositor_cc.cc index 3bb4542..9831f50 100644 --- a/ui/gfx/compositor/compositor_cc.cc +++ b/ui/gfx/compositor/compositor_cc.cc @@ -8,9 +8,9 @@ #include "third_party/skia/include/images/SkImageEncoder.h" #include "third_party/skia/include/core/SkBitmap.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositor.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFloatPoint.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebSize.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFloatPoint.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSize.h" #include "ui/gfx/compositor/compositor_switches.h" #include "ui/gfx/compositor/test_web_graphics_context_3d.h" #include "ui/gfx/compositor/layer.h" diff --git a/ui/gfx/compositor/layer.cc b/ui/gfx/compositor/layer.cc index e26c032..c898999 100644 --- a/ui/gfx/compositor/layer.cc +++ b/ui/gfx/compositor/layer.cc @@ -12,9 +12,9 @@ #include "base/memory/scoped_ptr.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebContentLayer.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebExternalTextureLayer.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFloatPoint.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFloatRect.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebSize.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFloatPoint.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFloatRect.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSize.h" #include "ui/base/animation/animation.h" #include "ui/gfx/canvas_skia.h" #include "ui/gfx/compositor/compositor_switches.h" diff --git a/ui/gfx/compositor/test_web_graphics_context_3d.h b/ui/gfx/compositor/test_web_graphics_context_3d.h index 921bee3..8732f70 100644 --- a/ui/gfx/compositor/test_web_graphics_context_3d.h +++ b/ui/gfx/compositor/test_web_graphics_context_3d.h @@ -8,8 +8,8 @@ #include "base/logging.h" #include "base/memory/ref_counted.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebGraphicsContext3D.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.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/gfx/gl/gl_bindings.h" namespace gfx { |