summaryrefslogtreecommitdiffstats
path: root/cc/quads/render_pass.h
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/quads/render_pass.h
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/quads/render_pass.h')
-rw-r--r--cc/quads/render_pass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/quads/render_pass.h b/cc/quads/render_pass.h
index 4097cbe..c2df5b5 100644
--- a/cc/quads/render_pass.h
+++ b/cc/quads/render_pass.h
@@ -15,7 +15,7 @@
#include "cc/base/scoped_ptr_hash_map.h"
#include "cc/base/scoped_ptr_vector.h"
#include "skia/ext/refptr.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h"
+#include "third_party/WebKit/public/platform/WebFilterOperations.h"
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkImageFilter.h"
#include "ui/gfx/rect.h"