Skip to content

Commit

Permalink
Update refernces to Blink's Platform API (cc)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
abarth@chromium.org committed May 29, 2013
1 parent ef0a1b0 commit 674de99
Show file tree
Hide file tree
Showing 39 changed files with 50 additions and 53 deletions.
12 changes: 6 additions & 6 deletions cc/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
2 changes: 1 addition & 1 deletion cc/animation/layer_animation_controller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion cc/animation/layer_animation_controller_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 0 additions & 3 deletions cc/cc_tests.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
'include_dirs': [
'test',
'.',
'../third_party/WebKit/Source/Platform/chromium',
],
'conditions': [
['OS == "android" and gtest_target_type == "shared_library"', {
Expand Down Expand Up @@ -233,7 +232,6 @@
'include_dirs': [
'test',
'.',
'../third_party/WebKit/Source/Platform/chromium',
],
'conditions': [
['OS == "android" and gtest_target_type == "shared_library"', {
Expand All @@ -258,7 +256,6 @@
'test',
'.',
'..',
'../third_party/WebKit/Source/Platform/chromium',
],
'dependencies': [
'../skia/skia.gyp:skia',
Expand Down
2 changes: 1 addition & 1 deletion cc/debug/fake_web_graphics_context_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion cc/layers/io_surface_layer_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions cc/layers/layer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion cc/layers/layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cc/layers/layer_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions cc/layers/layer_impl_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion cc/layers/texture_layer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion cc/output/delegating_renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion cc/output/geometry_binding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion cc/output/gl_renderer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions cc/output/gl_renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion cc/output/output_surface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cc/output/output_surface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down
2 changes: 1 addition & 1 deletion cc/output/program_binding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions cc/output/render_surface_filters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions cc/output/render_surface_filters_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion cc/output/shader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cc/output/texture_copier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/draw_quad_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion cc/quads/render_pass.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/render_pass_draw_quad.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion cc/quads/render_pass_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion cc/resources/platform_color.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/resource_provider.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/resource_provider_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/sync_point_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion cc/scheduler/rate_limiter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion cc/scheduler/texture_uploader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cc/test/fake_output_surface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion cc/test/layer_tree_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion cc/trees/damage_tracker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
4 changes: 2 additions & 2 deletions cc/trees/damage_tracker_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion cc/trees/layer_tree_host_unittest_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion cc/trees/layer_tree_host_unittest_scroll.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions cc/trees/occlusion_tracker_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 674de99

Please sign in to comment.