From 674de992203708b7e06158af4a67b0fe94a7230b Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Wed, 29 May 2013 22:05:27 +0000 Subject: 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 --- cc/output/program_binding.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/output/program_binding.cc') 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; -- cgit v1.1