diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 22:05:27 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 22:05:27 +0000 |
commit | 674de992203708b7e06158af4a67b0fe94a7230b (patch) | |
tree | 9b965807e3a651840c99aba8460e85b4c89c5cd4 /cc/output/program_binding.cc | |
parent | ef0a1b06ea55ec7d2e375ba4333ab8be048a7e21 (diff) | |
download | chromium_src-674de992203708b7e06158af4a67b0fe94a7230b.zip chromium_src-674de992203708b7e06158af4a67b0fe94a7230b.tar.gz chromium_src-674de992203708b7e06158af4a67b0fe94a7230b.tar.bz2 |
Update refernces to Blink's Platform API (cc)
These headers have moved from Source/Platform/chromium/public to
public/platform. This CL updates CC's 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=jamesr@chromium.org
BUG=239545
Review URL: https://chromiumcodereview.appspot.com/16085003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/output/program_binding.cc')
-rw-r--r-- | cc/output/program_binding.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/output/program_binding.cc b/cc/output/program_binding.cc index c9c5e15..5b7b13e 100644 --- a/cc/output/program_binding.cc +++ b/cc/output/program_binding.cc @@ -7,7 +7,7 @@ #include "base/debug/trace_event.h" #include "cc/output/geometry_binding.h" #include "cc/output/gl_renderer.h" // For the GLC() macro. -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" #include "third_party/khronos/GLES2/gl2.h" using WebKit::WebGraphicsContext3D; |