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

Issue 1305193003: WIP: Skeleton for paint offset caching (Closed)

Created:
5 years, 4 months ago by pdr.
Modified:
5 years, 3 months ago
Reviewers:
CC:
blink-reviews, krit, pdr+renderingwatchlist_chromium.org, drott+blinkwatch_chromium.org, Rik, zoltan1, szager+layoutwatch_chromium.org, eae+blinkwatch, leviw+renderwatch, slimming-paint-reviews_chromium.org, jbroman, danakj, blink-reviews-rendering, f(malita), Justin Novosad, jchaffraix+rendering, blink-reviews-paint_chromium.org, dshwang, Stephen Chennney, pdr+graphicswatchlist_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

WIP: Skeleton for paint offset caching This is a work in progress for implementing paint offset caching as described in https://docs.google.com/document/d/1oY8P7a7G4W2LYOvT3VyqUNKOOek6S_e-jD2XjM_7g9U/edit# BUG=

Patch Set 1 #

Patch Set 2 : Make it real #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -121 lines) Patch
M Source/core/layout/LayoutObject.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M Source/core/layout/LayoutObject.cpp View 1 2 chunks +13 lines, -0 lines 0 comments Download
M Source/core/layout/LayoutTextControlSingleLine.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/BlockFlowPainter.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/paint/BlockPainter.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/BoxPainter.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/paint/DetailsMarkerPainter.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/EmbeddedObjectPainter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/FieldsetPainter.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/paint/FileUploadControlPainter.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/FramePainter.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/paint/FrameSetPainter.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/HTMLCanvasPainter.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/ImagePainter.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/ImagePainter.cpp View 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/paint/InlinePainter.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/paint/LayerClipRecorderTest.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/LayoutObjectDrawingRecorder.h View 1 2 chunks +19 lines, -6 lines 0 comments Download
M Source/core/paint/LayoutObjectDrawingRecorderTest.cpp View 1 3 chunks +77 lines, -5 lines 0 comments Download
M Source/core/paint/ListMarkerPainter.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/MultiColumnSetPainter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/ObjectPainter.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/paint/ObjectPainter.cpp View 1 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/paint/PartPainter.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/ReplacedPainter.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/SVGClipPainter.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/SVGContainerPainter.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/SVGFilterPainter.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/SVGImagePainter.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/SVGMaskPainter.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/SVGRootInlineBoxPainter.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/SVGShapePainter.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/ScrollableAreaPainter.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/paint/TableCellPainter.cpp View 1 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/paint/TablePainter.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/TableRowPainter.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/TableSectionPainter.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/VideoPainter.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/ViewPainter.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/paint/DisplayItemList.h View 1 4 chunks +14 lines, -0 lines 0 comments Download
M Source/platform/graphics/paint/DisplayItemList.cpp View 1 4 chunks +37 lines, -4 lines 0 comments Download
M Source/platform/graphics/paint/DrawingRecorder.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M Source/web/WebPluginContainerImpl.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698