Commit 5e8416bd authored by jamesr@chromium.org's avatar jamesr@chromium.org

Use WebKit Platform API header locations instead of client API

This cuts down on the possible include paths for compositor.

BUG=none


Review URL: https://chromiumcodereview.appspot.com/10825259

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150747 0039d316-1c4b-4281-b951-d872f2087c98
parent dce09b5c
......@@ -3,7 +3,7 @@
# Compositor out of WebKit.
include_rules = [
"+third_party/WebKit/Source/Platform/chromium/public",
"+third_party/WebKit/Source/WebKit/chromium",
"+third_party/WebKit/Source/WebKit/chromium/public",
"+webkit/glue",
"+webkit/gpu",
]
......@@ -10,10 +10,10 @@
#include "base/threading/thread_restrictions.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/skia/include/images/SkImageEncoder.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 "third_party/WebKit/Source/WebKit/chromium/public/WebCompositor.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebCompositor.h"
#include "ui/compositor/compositor_observer.h"
#include "ui/compositor/compositor_switches.h"
#include "ui/compositor/dip_util.h"
......
......@@ -5,7 +5,6 @@
#include "ui/compositor/test/test_suite.h"
#include "base/message_loop.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h"
#include "ui/base/ui_base_paths.h"
#include "ui/compositor/compositor.h"
#include "ui/compositor/test/compositor_test_support.h"
......
......@@ -7,8 +7,8 @@
#include "base/logging.h"
#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 "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
#include "ui/compositor/compositor_export.h"
namespace gfx {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment