Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(741)

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (Closed)

Created:
5 years, 10 months ago by dsinclair
Modified:
5 years, 10 months ago
CC:
blink-reviews, nektarios, je_julie(Not used), dshwang, Manuel Rego, fs, eric.carlson_apple.com, apavlov+blink_chromium.org, aandrey+blink_chromium.org, rwlbuis, caseq+blink_chromium.org, krit, aboxhall, blink-reviews-events_chromium.org, malch+blink_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, yurys+blink_chromium.org, Justin Novosad, blink-reviews-dom_chromium.org, dglazkov+blink, Rik, jchaffraix+rendering, devtools-reviews_chromium.org, pdr+svgwatchlist_chromium.org, kenneth.christiansen, jfernandez, philipj_slow, loislo+blink_chromium.org, blink-reviews-style_chromium.org, zoltan1, eae+blinkwatch, sof, lushnikov+blink_chromium.org, Dominik Röttsches, eustas+blink_chromium.org, dmazzoni, gyuyoung.kim_webkit.org, darktears, Stephen Chennney, cbiesinger, blink-reviews-rendering, feature-media-reviews_chromium.org, svillar, pdr+renderingwatchlist_chromium.org, kouhei+svg_chromium.org, leviw+renderwatch, slimming-paint-reviews_chromium.org, blink-layers+watch_chromium.org, pfeldman+blink_chromium.org, ed+blinkwatch_opera.com, blink-reviews-paint_chromium.org, f(malita), groby+blinkspell_chromium.org, mstensho (USE GERRIT), sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1668 lines, -7152 lines) Patch
M LayoutTests/fast/css-generated-content/block-and-box-hit-testing.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css-generated-content/block-and-box-hit-testing-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css-grid-layout/grid-element-bad-cast-addchild.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css-grid-layout/grid-element-bad-cast-addchild-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/empty-webkit-mask-crash.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/empty-webkit-mask-crash-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/autoscroll-upwards-propagation.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/date/date-click-on-label.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/inline/crash-new-continuation-with-outline.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/inline/crash-new-continuation-with-outline-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/repaint/inline-color-change.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/table/caption-orthogonal-writing-mode-sizing.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/table/caption-orthogonal-writing-mode-sizing-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/css/LayoutStyleCSSValueMapping.cpp View 10 chunks +18 lines, -18 lines 0 comments Download
M Source/core/dom/ContainerNode.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Element.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Element.cpp View 14 chunks +36 lines, -36 lines 0 comments Download
M Source/core/dom/Fullscreen.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Node.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/Node.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/Position.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/editing/EditingStyle.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/editing/EditorCommand.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/editing/iterators/BitStack.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/iterators/TextIterator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/FrameView.h View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/frame/FrameView.cpp View 7 chunks +9 lines, -9 lines 0 comments Download
M Source/core/frame/FrameViewAutoSizeInfo.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLBodyElement.cpp View 7 chunks +9 lines, -9 lines 0 comments Download
M Source/core/html/HTMLCanvasElement.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLFormControlElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLImageElement.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLSelectElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLRenderingContextBase.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/forms/ImageInputType.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/TextFieldInputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/SliderThumbElement.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
M Source/core/html/shadow/SpinButtonElement.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/inspector/InspectorOverlay.cpp View 4 chunks +14 lines, -14 lines 0 comments Download
M Source/core/layout/ClipRectsCache.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/FloatingObjects.h View 5 chunks +11 lines, -11 lines 0 comments Download
M Source/core/layout/FloatingObjects.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/HitTestResult.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/Layer.h View 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/Layer.cpp View 19 chunks +24 lines, -24 lines 0 comments Download
M Source/core/layout/LayerClipper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayerClipper.cpp View 5 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/LayerReflectionInfo.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayerReflectionInfo.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayerScrollableArea.h View 4 chunks +4 lines, -6 lines 0 comments Download
M Source/core/layout/LayerScrollableArea.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayerStackingNode.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/layout/LayoutBox.h View 15 chunks +55 lines, -55 lines 0 comments Download
A + Source/core/layout/LayoutBox.cpp View 166 chunks +388 lines, -384 lines 0 comments Download
M Source/core/layout/LayoutBoxModelObject.cpp View 5 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/LayoutEmbeddedObject.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutEmbeddedObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutFieldset.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutFieldset.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutFlowThread.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutFrameSet.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutFrameSet.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutHTMLCanvas.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutImage.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutImage.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutListBox.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutListItem.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutListMarker.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutListMarker.cpp View 7 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/LayoutMedia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutMeter.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnFlowThread.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnFlowThread.cpp View 14 chunks +16 lines, -16 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnFlowThreadTest.cpp View 11 chunks +11 lines, -11 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnSet.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutObject.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutObject.cpp View 11 chunks +15 lines, -15 lines 0 comments Download
M Source/core/layout/LayoutObjectChildList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutObjectChildList.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutReplaced.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutReplaced.cpp View 8 chunks +13 lines, -13 lines 0 comments Download
M Source/core/layout/LayoutReplica.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutReplica.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutScrollbar.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutScrollbar.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutSlider.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutSliderContainer.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutState.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutState.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutTable.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTable.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutTableAlgorithmFixed.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTableCell.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTableCell.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTableCol.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutTableCol.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutTableRow.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutTableRow.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutTableSection.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutTableSection.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutTextControl.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutTextControlMultiLine.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTextControlSingleLine.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTextControlSingleLine.cpp View 10 chunks +17 lines, -17 lines 0 comments Download
M Source/core/layout/LayoutTheme.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutThemeDefault.cpp View 4 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/LayoutTreeAsText.cpp View 5 chunks +9 lines, -9 lines 0 comments Download
M Source/core/layout/MultiColumnFragmentainerGroup.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/OrderIterator.h View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/OrderIterator.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/PaintInvalidationState.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/compositing/CompositedLayerMapping.cpp View 13 chunks +17 lines, -17 lines 0 comments Download
M Source/core/layout/line/BreakingContextInlineHeaders.h View 6 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/line/InlineBox.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/line/InlineFlowBox.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/line/LineBreaker.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/line/LineBreaker.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/line/RootInlineBox.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/line/RootInlineBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/shapes/ShapeOutsideInfo.h View 5 chunks +9 lines, -9 lines 0 comments Download
M Source/core/layout/shapes/ShapeOutsideInfo.cpp View 8 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/style/GridResolvedPosition.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/style/GridResolvedPosition.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGRoot.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/AutoscrollController.h View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/page/AutoscrollController.cpp View 7 chunks +8 lines, -8 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/page/SpatialNavigation.cpp View 4 chunks +13 lines, -13 lines 0 comments Download
M Source/core/page/TouchAdjustment.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/BlockFlowPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/BlockPainter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/BlockPainter.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/paint/BoxClipper.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/BoxClipper.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/BoxDecorationData.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/BoxDecorationData.cpp View 2 chunks +14 lines, -14 lines 0 comments Download
M Source/core/paint/BoxPainter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/BoxPainter.cpp View 20 chunks +47 lines, -47 lines 0 comments Download
M Source/core/paint/FieldsetPainter.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/FileUploadControlPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/GridPainter.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/GridPainter.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/paint/LayerPainter.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/paint/RoundedInnerRectClipper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/TablePainter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/ViewPainter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/ViewPainter.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/plugins/PluginOcclusionSupport.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderBlock.h View 10 chunks +31 lines, -31 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 61 chunks +74 lines, -74 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.h View 9 chunks +31 lines, -31 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.cpp View 43 chunks +46 lines, -46 lines 0 comments Download
M Source/core/rendering/RenderBlockLineLayout.cpp View 12 chunks +24 lines, -24 lines 0 comments Download
D Source/core/rendering/RenderBox.h View 1 chunk +0 lines, -854 lines 0 comments Download
D Source/core/rendering/RenderBox.cpp View 1 chunk +0 lines, -4632 lines 0 comments Download
M Source/core/rendering/RenderDeprecatedFlexibleBox.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderDeprecatedFlexibleBox.cpp View 28 chunks +32 lines, -32 lines 0 comments Download
M Source/core/rendering/RenderFileUploadControl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderFlexibleBox.h View 3 chunks +34 lines, -34 lines 0 comments Download
M Source/core/rendering/RenderFlexibleBox.cpp View 39 chunks +55 lines, -55 lines 0 comments Download
M Source/core/rendering/RenderFullScreen.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderGrid.h View 4 chunks +40 lines, -40 lines 0 comments Download
M Source/core/rendering/RenderGrid.cpp View 36 chunks +53 lines, -53 lines 0 comments Download
M Source/core/rendering/RenderInline.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderInline.cpp View 13 chunks +13 lines, -13 lines 0 comments Download
M Source/core/rendering/RenderLineBoxList.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderOverflow.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderSearchField.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderSearchField.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderView.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderView.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/graphics/SVGImage.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/graphics/SVGImage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/testing/Internals.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/accessibility/AXNodeObject.cpp View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/modules/accessibility/AXRenderObject.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/web/FindInPageCoordinates.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/ValidationMessageClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/web/WebPluginContainerImpl.cpp View 3 chunks +2 lines, -2 lines 0 comments Download
M Source/web/tests/LayoutGeometryMapTest.cpp View 14 chunks +36 lines, -36 lines 0 comments Download
M Source/web/tests/ScrollingCoordinatorTest.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/926193003/1
5 years, 10 months ago (2015-02-24 16:18:52 UTC) #2
commit-bot: I haz the power
5 years, 10 months ago (2015-02-24 17:59:52 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190765

Powered by Google App Engine
This is Rietveld 408576698