diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 07:56:50 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 07:56:50 +0000 |
commit | e566d2b0d2a2eec13572309409712135a26d80fd (patch) | |
tree | 9a96384c16439037ab05b92a56c44287df8969ea /ui/aura/bench | |
parent | a566a11d2894164105204af1a3352adc3e37451b (diff) | |
download | chromium_src-e566d2b0d2a2eec13572309409712135a26d80fd.zip chromium_src-e566d2b0d2a2eec13572309409712135a26d80fd.tar.gz chromium_src-e566d2b0d2a2eec13572309409712135a26d80fd.tar.bz2 |
Update references to Blink's Platform API headers (remaining)
These headers have moved from Source/Platform/chromium/public to
public/platform. This CL updates the remaining references to the old location
to point to the new location. After this CL lands, I'll remove the forwarding
headers that are letting these references still work.
TBR=darin@chromium.org
BUG=239545
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/15648012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203106 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/bench')
-rw-r--r-- | ui/aura/bench/DEPS | 2 | ||||
-rw-r--r-- | ui/aura/bench/bench_main.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/bench/DEPS b/ui/aura/bench/DEPS index e908ebb..69deb97 100644 --- a/ui/aura/bench/DEPS +++ b/ui/aura/bench/DEPS @@ -1,4 +1,4 @@ include_rules = [ "+third_party/khronos", - "+third_party/WebKit/Source/Platform/chromium/public", + "+third_party/WebKit/public/platform", ] diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc index 4f0afe1..08d3177 100644 --- a/ui/aura/bench/bench_main.cc +++ b/ui/aura/bench/bench_main.cc @@ -31,7 +31,7 @@ #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" #include "third_party/khronos/GLES2/gl2ext.h" #if defined(USE_X11) |