summaryrefslogtreecommitdiffstats
path: root/cc/debug
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 22:05:27 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 22:05:27 +0000
commit674de992203708b7e06158af4a67b0fe94a7230b (patch)
tree9b965807e3a651840c99aba8460e85b4c89c5cd4 /cc/debug
parentef0a1b06ea55ec7d2e375ba4333ab8be048a7e21 (diff)
downloadchromium_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/debug')
-rw-r--r--cc/debug/fake_web_graphics_context_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/debug/fake_web_graphics_context_3d.h b/cc/debug/fake_web_graphics_context_3d.h
index c915a9e..83ebc8e 100644
--- a/cc/debug/fake_web_graphics_context_3d.h
+++ b/cc/debug/fake_web_graphics_context_3d.h
@@ -9,7 +9,7 @@
#include "base/compiler_specific.h"
#include "cc/base/cc_export.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
+#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
namespace cc {