summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/overlap-map-stack-crash.html
diff options
context:
space:
mode:
authordsinclair@chromium.org <dsinclair@chromium.org>2015-02-04 20:41:30 +0000
committerdsinclair@chromium.org <dsinclair@chromium.org>2015-02-04 20:41:30 +0000
commit655de97058736371d3aeefb4f298a6556669ae49 (patch)
tree507579109fb1721c90691058f52c6663df097a34 /third_party/WebKit/LayoutTests/compositing/overlap-map-stack-crash.html
parent3df73e28ed93ced06fbc0d46dcbefbe87a316556 (diff)
downloadchromium_src-655de97058736371d3aeefb4f298a6556669ae49.zip
chromium_src-655de97058736371d3aeefb4f298a6556669ae49.tar.gz
chromium_src-655de97058736371d3aeefb4f298a6556669ae49.tar.bz2
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
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/overlap-map-stack-crash.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/overlap-map-stack-crash.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/overlap-map-stack-crash.html b/third_party/WebKit/LayoutTests/compositing/overlap-map-stack-crash.html
index 630754c..8ca32a4 100644
--- a/third_party/WebKit/LayoutTests/compositing/overlap-map-stack-crash.html
+++ b/third_party/WebKit/LayoutTests/compositing/overlap-map-stack-crash.html
@@ -79,7 +79,7 @@ The crashing scenario happened as follows:
- overflow-scroll as the compositing trigger, because it does not enable
compositing mode before computeCompositingRequirements. Other triggers
happen during CompositedLayerMapping incremental update entry points.
- (Note: CompositedLayerMapping was formerly known as RenderLayerBacking.)
+ (Note: CompositedLayerMapping was formerly known as LayerBacking.)
- The above two requirements are necessary to create the scenario where
the root layer does not create an overlap context.