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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h

Issue 1452313004: Don't use cached subsequence when clip changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
index 05152e49cf7e13b7da57f38dc8f204a647a43999..52849c521cb7c1f797e723f0e8d18ba38769346f 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
@@ -86,7 +86,6 @@ struct PaintLayerPaintingInfo {
, subPixelAccumulation(inSubPixelAccumulation)
, clipToDirtyRect(true)
, ancestorHasClipPathClipping(false)
- , disableSubsequenceCache(false)
, m_globalPaintFlags(globalPaintFlags)
{ }
@@ -100,8 +99,6 @@ struct PaintLayerPaintingInfo {
IntSize scrollOffsetAccumulation;
bool clipToDirtyRect;
bool ancestorHasClipPathClipping;
- // TODO(wangxianzhu): Remove for slimming paint v2.
- bool disableSubsequenceCache;
private:
const GlobalPaintFlags m_globalPaintFlags;
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698