From 655de97058736371d3aeefb4f298a6556669ae49 Mon Sep 17 00:00:00 2001 From: "dsinclair@chromium.org" Date: Wed, 4 Feb 2015 20:41:30 +0000 Subject: Move rendering/RenderLayer* to layout/ This CL moves the various rendering/RenderLayer* files into layout/. In most cases the files were renamed to be Layer*. The one exception is RenderLayerModelObject was renamed to be LayoutLayerModelObject to signify it is in the Layout tree. This CL updates RenderLayerCompositor to be LayerCompositor to match this name change. BUG=450612 TBR=jchaffraix@chromium.org, mkwst@chromium.org Review URL: https://codereview.chromium.org/898783003 git-svn-id: svn://svn.chromium.org/blink/trunk@189529 bbb929c8-8fbe-4397-9dbb-9b2b20218538 --- .../fast/layers/crash-remove-scrollbar-no-scrollable-area.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html') diff --git a/third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html b/third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html index 054764c..de1e46f 100644 --- a/third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html +++ b/third_party/WebKit/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html @@ -18,5 +18,5 @@ function boom() { } window.onload = boom; -
This test checks that RenderLayer doesn't crash because it is missing a ScrollableArea.
+
This test checks that Layer doesn't crash because it is missing a ScrollableArea.
This test has PASSED if it didn't CRASH.
-- cgit v1.1