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 | |
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
39 files changed, 50 insertions, 53 deletions
@@ -12,10 +12,10 @@ include_rules = [ "+ui/surface", # DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST. # TODO(danakj): Drop dependencies on WebKit Platform API from cc. - "+third_party/WebKit/Source/Platform/chromium/public/WebAnimationDelegate.h", - "+third_party/WebKit/Source/Platform/chromium/public/WebFilterOperation.h", - "+third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h", - "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h", - "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsMemoryAllocation.h", - "+third_party/WebKit/Source/Platform/chromium/public/WebLayerScrollClient.h", + "+third_party/WebKit/public/platform/WebAnimationDelegate.h", + "+third_party/WebKit/public/platform/WebFilterOperation.h", + "+third_party/WebKit/public/platform/WebFilterOperations.h", + "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", + "+third_party/WebKit/public/platform/WebGraphicsMemoryAllocation.h", + "+third_party/WebKit/public/platform/WebLayerScrollClient.h", ] diff --git a/cc/animation/layer_animation_controller.cc b/cc/animation/layer_animation_controller.cc index ce73322..f1e4193 100644 --- a/cc/animation/layer_animation_controller.cc +++ b/cc/animation/layer_animation_controller.cc @@ -11,7 +11,7 @@ #include "cc/animation/keyframed_animation_curve.h" #include "cc/animation/layer_animation_value_observer.h" #include "cc/base/scoped_ptr_algorithm.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationDelegate.h" +#include "third_party/WebKit/public/platform/WebAnimationDelegate.h" #include "ui/gfx/transform.h" namespace cc { diff --git a/cc/animation/layer_animation_controller_unittest.cc b/cc/animation/layer_animation_controller_unittest.cc index 8ba0a7c..f8104c55 100644 --- a/cc/animation/layer_animation_controller_unittest.cc +++ b/cc/animation/layer_animation_controller_unittest.cc @@ -11,7 +11,7 @@ #include "cc/test/animation_test_common.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationDelegate.h" +#include "third_party/WebKit/public/platform/WebAnimationDelegate.h" #include "ui/gfx/transform.h" namespace cc { diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index e9a4d02..1f54b0f 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -191,7 +191,6 @@ 'include_dirs': [ 'test', '.', - '../third_party/WebKit/Source/Platform/chromium', ], 'conditions': [ ['OS == "android" and gtest_target_type == "shared_library"', { @@ -233,7 +232,6 @@ 'include_dirs': [ 'test', '.', - '../third_party/WebKit/Source/Platform/chromium', ], 'conditions': [ ['OS == "android" and gtest_target_type == "shared_library"', { @@ -258,7 +256,6 @@ 'test', '.', '..', - '../third_party/WebKit/Source/Platform/chromium', ], 'dependencies': [ '../skia/skia.gyp:skia', 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 { diff --git a/cc/layers/io_surface_layer_impl.cc b/cc/layers/io_surface_layer_impl.cc index 6d7f498..86cb2c7 100644 --- a/cc/layers/io_surface_layer_impl.cc +++ b/cc/layers/io_surface_layer_impl.cc @@ -11,7 +11,7 @@ #include "cc/quads/io_surface_draw_quad.h" #include "cc/trees/layer_tree_impl.h" #include "gpu/GLES2/gl2extchromium.h" -#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" #include "third_party/khronos/GLES2/gl2ext.h" diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc index ffe28f5..79ea631 100644 --- a/cc/layers/layer.cc +++ b/cc/layers/layer.cc @@ -15,8 +15,8 @@ #include "cc/output/copy_output_request.h" #include "cc/trees/layer_tree_host.h" #include "cc/trees/layer_tree_impl.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationDelegate.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerScrollClient.h" +#include "third_party/WebKit/public/platform/WebAnimationDelegate.h" +#include "third_party/WebKit/public/platform/WebLayerScrollClient.h" #include "third_party/skia/include/core/SkImageFilter.h" #include "ui/gfx/rect_conversions.h" diff --git a/cc/layers/layer.h b/cc/layers/layer.h index 20d13ff..23ca525 100644 --- a/cc/layers/layer.h +++ b/cc/layers/layer.h @@ -23,7 +23,7 @@ #include "cc/layers/render_surface.h" #include "cc/trees/occlusion_tracker.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" diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h index 0bf8480..fbe0963 100644 --- a/cc/layers/layer_impl.h +++ b/cc/layers/layer_impl.h @@ -25,7 +25,7 @@ #include "cc/quads/shared_quad_state.h" #include "cc/resources/resource_provider.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 "third_party/skia/include/core/SkPicture.h" diff --git a/cc/layers/layer_impl_unittest.cc b/cc/layers/layer_impl_unittest.cc index dcbc613..01dda88 100644 --- a/cc/layers/layer_impl_unittest.cc +++ b/cc/layers/layer_impl_unittest.cc @@ -11,8 +11,8 @@ #include "cc/trees/single_thread_proxy.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperation.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" +#include "third_party/WebKit/public/platform/WebFilterOperation.h" +#include "third_party/WebKit/public/platform/WebFilterOperations.h" #include "third_party/skia/include/effects/SkBlurImageFilter.h" using WebKit::WebFilterOperation; diff --git a/cc/layers/texture_layer.cc b/cc/layers/texture_layer.cc index 35956b0..4266718 100644 --- a/cc/layers/texture_layer.cc +++ b/cc/layers/texture_layer.cc @@ -8,7 +8,7 @@ #include "cc/layers/texture_layer_client.h" #include "cc/layers/texture_layer_impl.h" #include "cc/trees/layer_tree_host.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" namespace cc { diff --git a/cc/output/delegating_renderer.h b/cc/output/delegating_renderer.h index ef44f79..20aa3f6 100644 --- a/cc/output/delegating_renderer.h +++ b/cc/output/delegating_renderer.h @@ -9,7 +9,7 @@ #include "cc/base/cc_export.h" #include "cc/output/compositor_frame.h" #include "cc/output/renderer.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" namespace cc { diff --git a/cc/output/geometry_binding.cc b/cc/output/geometry_binding.cc index e3bf590..3b177c2 100644 --- a/cc/output/geometry_binding.cc +++ b/cc/output/geometry_binding.cc @@ -5,7 +5,7 @@ #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" #include "ui/gfx/rect_f.h" diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc index b89c91a..436a9008 100644 --- a/cc/output/gl_renderer.cc +++ b/cc/output/gl_renderer.cc @@ -37,7 +37,7 @@ #include "cc/trees/proxy.h" #include "cc/trees/single_thread_proxy.h" #include "gpu/GLES2/gl2extchromium.h" -#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" #include "third_party/khronos/GLES2/gl2ext.h" #include "third_party/skia/include/core/SkBitmap.h" diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h index d4b7e1a..1c30d34 100644 --- a/cc/output/gl_renderer.h +++ b/cc/output/gl_renderer.h @@ -18,8 +18,8 @@ #include "cc/quads/solid_color_draw_quad.h" #include "cc/quads/tile_draw_quad.h" #include "cc/quads/yuv_video_draw_quad.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsMemoryAllocation.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsMemoryAllocation.h" #include "ui/gfx/quad_f.h" class SkBitmap; diff --git a/cc/output/output_surface.cc b/cc/output/output_surface.cc index 6c46769..fe2b074 100644 --- a/cc/output/output_surface.cc +++ b/cc/output/output_surface.cc @@ -12,7 +12,7 @@ #include "base/string_util.h" #include "base/strings/string_split.h" #include "cc/output/output_surface_client.h" -#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" #include "third_party/khronos/GLES2/gl2ext.h" #include "ui/gfx/rect.h" diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h index a021ebf..d6f4b82 100644 --- a/cc/output/output_surface.h +++ b/cc/output/output_surface.h @@ -9,7 +9,7 @@ #include "base/memory/scoped_ptr.h" #include "cc/base/cc_export.h" #include "cc/output/software_output_device.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" namespace ui { struct LatencyInfo; } 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; diff --git a/cc/output/render_surface_filters.cc b/cc/output/render_surface_filters.cc index 03e38d2..22bf013 100644 --- a/cc/output/render_surface_filters.cc +++ b/cc/output/render_surface_filters.cc @@ -8,8 +8,8 @@ #include "base/logging.h" #include "skia/ext/refptr.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperation.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" +#include "third_party/WebKit/public/platform/WebFilterOperation.h" +#include "third_party/WebKit/public/platform/WebFilterOperations.h" #include "third_party/skia/include/core/SkCanvas.h" #include "third_party/skia/include/effects/SkBlurImageFilter.h" #include "third_party/skia/include/effects/SkColorMatrixFilter.h" diff --git a/cc/output/render_surface_filters_unittest.cc b/cc/output/render_surface_filters_unittest.cc index b99f70c..571e864 100644 --- a/cc/output/render_surface_filters_unittest.cc +++ b/cc/output/render_surface_filters_unittest.cc @@ -5,8 +5,8 @@ #include "cc/output/render_surface_filters.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperation.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" +#include "third_party/WebKit/public/platform/WebFilterOperation.h" +#include "third_party/WebKit/public/platform/WebFilterOperations.h" using WebKit::WebFilterOperation; using WebKit::WebFilterOperations; diff --git a/cc/output/shader.cc b/cc/output/shader.cc index cee3474..4a97a8e 100644 --- a/cc/output/shader.cc +++ b/cc/output/shader.cc @@ -9,7 +9,7 @@ #include "base/basictypes.h" #include "base/logging.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" #define SHADER0(Src) #Src diff --git a/cc/output/texture_copier.cc b/cc/output/texture_copier.cc index 585e8ba..33f2054 100644 --- a/cc/output/texture_copier.cc +++ b/cc/output/texture_copier.cc @@ -7,7 +7,7 @@ #include "base/debug/trace_event.h" #include "build/build_config.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" namespace cc { diff --git a/cc/quads/draw_quad_unittest.cc b/cc/quads/draw_quad_unittest.cc index 68873b2..3eca8e4 100644 --- a/cc/quads/draw_quad_unittest.cc +++ b/cc/quads/draw_quad_unittest.cc @@ -22,7 +22,7 @@ #include "cc/resources/picture_pile_impl.h" #include "cc/test/geometry_test_utils.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" +#include "third_party/WebKit/public/platform/WebFilterOperations.h" #include "third_party/skia/include/effects/SkBlurImageFilter.h" #include "ui/gfx/transform.h" 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" diff --git a/cc/quads/render_pass_draw_quad.h b/cc/quads/render_pass_draw_quad.h index 303750f..6d67917 100644 --- a/cc/quads/render_pass_draw_quad.h +++ b/cc/quads/render_pass_draw_quad.h @@ -11,7 +11,7 @@ #include "cc/quads/draw_quad.h" #include "cc/quads/render_pass.h" #include "cc/resources/resource_provider.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" +#include "third_party/WebKit/public/platform/WebFilterOperations.h" namespace cc { diff --git a/cc/quads/render_pass_unittest.cc b/cc/quads/render_pass_unittest.cc index 9e8bf30..1ab41e8 100644 --- a/cc/quads/render_pass_unittest.cc +++ b/cc/quads/render_pass_unittest.cc @@ -11,7 +11,7 @@ #include "cc/test/geometry_test_utils.h" #include "cc/test/render_pass_test_common.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" +#include "third_party/WebKit/public/platform/WebFilterOperations.h" #include "third_party/skia/include/effects/SkBlurImageFilter.h" #include "ui/gfx/transform.h" diff --git a/cc/resources/platform_color.h b/cc/resources/platform_color.h index 33e090f..28c743d 100644 --- a/cc/resources/platform_color.h +++ b/cc/resources/platform_color.h @@ -7,7 +7,7 @@ #include "base/basictypes.h" #include "base/logging.h" -#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" #include "third_party/khronos/GLES2/gl2ext.h" #include "third_party/skia/include/core/SkTypes.h" diff --git a/cc/resources/resource_provider.cc b/cc/resources/resource_provider.cc index 7439b42..a1e330b 100644 --- a/cc/resources/resource_provider.cc +++ b/cc/resources/resource_provider.cc @@ -17,7 +17,7 @@ #include "cc/resources/transferable_resource.h" #include "cc/scheduler/texture_uploader.h" #include "gpu/GLES2/gl2extchromium.h" -#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" #include "third_party/khronos/GLES2/gl2ext.h" #include "ui/gfx/rect.h" diff --git a/cc/resources/resource_provider_unittest.cc b/cc/resources/resource_provider_unittest.cc index 91e8d00..c7cba3b 100644 --- a/cc/resources/resource_provider_unittest.cc +++ b/cc/resources/resource_provider_unittest.cc @@ -16,7 +16,7 @@ #include "gpu/GLES2/gl2extchromium.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" -#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" #include "third_party/khronos/GLES2/gl2ext.h" #include "ui/gfx/rect.h" diff --git a/cc/resources/sync_point_helper.cc b/cc/resources/sync_point_helper.cc index c398eb6..f4eea70 100644 --- a/cc/resources/sync_point_helper.cc +++ b/cc/resources/sync_point_helper.cc @@ -4,7 +4,7 @@ #include "cc/resources/sync_point_helper.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" namespace cc { diff --git a/cc/scheduler/rate_limiter.cc b/cc/scheduler/rate_limiter.cc index 3508adf..f0d4431 100644 --- a/cc/scheduler/rate_limiter.cc +++ b/cc/scheduler/rate_limiter.cc @@ -6,7 +6,7 @@ #include "base/debug/trace_event.h" #include "cc/base/thread.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" namespace cc { diff --git a/cc/scheduler/texture_uploader.cc b/cc/scheduler/texture_uploader.cc index cdc552f..920c38e 100644 --- a/cc/scheduler/texture_uploader.cc +++ b/cc/scheduler/texture_uploader.cc @@ -14,7 +14,7 @@ #include "cc/resources/prioritized_resource.h" #include "cc/resources/resource.h" #include "gpu/GLES2/gl2extchromium.h" -#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" #include "third_party/khronos/GLES2/gl2ext.h" #include "ui/gfx/rect.h" diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h index e74cc5f..090571f 100644 --- a/cc/test/fake_output_surface.h +++ b/cc/test/fake_output_surface.h @@ -11,7 +11,7 @@ #include "cc/output/output_surface.h" #include "cc/output/software_output_device.h" #include "cc/test/test_web_graphics_context_3d.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" namespace cc { diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h index 39af953..a7eb49d 100644 --- a/cc/test/layer_tree_test.h +++ b/cc/test/layer_tree_test.h @@ -11,7 +11,7 @@ #include "cc/trees/layer_tree_host.h" #include "cc/trees/layer_tree_host_impl.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationDelegate.h" +#include "third_party/WebKit/public/platform/WebAnimationDelegate.h" namespace Webkit { class WebGraphicsContext3D; diff --git a/cc/trees/damage_tracker.cc b/cc/trees/damage_tracker.cc index 16ae0a1..bed82c0 100644 --- a/cc/trees/damage_tracker.cc +++ b/cc/trees/damage_tracker.cc @@ -12,7 +12,7 @@ #include "cc/layers/render_surface_impl.h" #include "cc/trees/layer_tree_host_common.h" #include "cc/trees/layer_tree_impl.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" +#include "third_party/WebKit/public/platform/WebFilterOperations.h" namespace cc { diff --git a/cc/trees/damage_tracker_unittest.cc b/cc/trees/damage_tracker_unittest.cc index 904a279..724fd37 100644 --- a/cc/trees/damage_tracker_unittest.cc +++ b/cc/trees/damage_tracker_unittest.cc @@ -12,8 +12,8 @@ #include "cc/trees/layer_tree_host_common.h" #include "cc/trees/single_thread_proxy.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperation.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" +#include "third_party/WebKit/public/platform/WebFilterOperation.h" +#include "third_party/WebKit/public/platform/WebFilterOperations.h" #include "third_party/skia/include/effects/SkBlurImageFilter.h" #include "ui/gfx/quad_f.h" diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc index 7681514..3103e0d 100644 --- a/cc/trees/layer_tree_host_unittest_context.cc +++ b/cc/trees/layer_tree_host_unittest_context.cc @@ -35,7 +35,7 @@ #include "cc/trees/single_thread_proxy.h" #include "gpu/GLES2/gl2extchromium.h" #include "media/base/media.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" +#include "third_party/WebKit/public/platform/WebFilterOperations.h" using media::VideoFrame; using WebKit::WebGraphicsContext3D; diff --git a/cc/trees/layer_tree_host_unittest_scroll.cc b/cc/trees/layer_tree_host_unittest_scroll.cc index c4f0060..a840cf5 100644 --- a/cc/trees/layer_tree_host_unittest_scroll.cc +++ b/cc/trees/layer_tree_host_unittest_scroll.cc @@ -14,7 +14,7 @@ #include "cc/test/geometry_test_utils.h" #include "cc/test/layer_tree_test.h" #include "cc/trees/layer_tree_impl.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerScrollClient.h" +#include "third_party/WebKit/public/platform/WebLayerScrollClient.h" #include "ui/gfx/point_conversions.h" #include "ui/gfx/size_conversions.h" #include "ui/gfx/vector2d_conversions.h" diff --git a/cc/trees/occlusion_tracker_unittest.cc b/cc/trees/occlusion_tracker_unittest.cc index 0d3ba60..0c220c778 100644 --- a/cc/trees/occlusion_tracker_unittest.cc +++ b/cc/trees/occlusion_tracker_unittest.cc @@ -18,8 +18,8 @@ #include "cc/trees/single_thread_proxy.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperation.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" +#include "third_party/WebKit/public/platform/WebFilterOperation.h" +#include "third_party/WebKit/public/platform/WebFilterOperations.h" #include "ui/gfx/transform.h" namespace cc { |