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

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

Issue 1391753005: (WIP) Invalidation during painting (for synchronized painting) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months 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
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 52849c521cb7c1f797e723f0e8d18ba38769346f..77f2a21966128debfcf50de89c7a5adc58450870 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
@@ -86,6 +86,7 @@ struct PaintLayerPaintingInfo {
, subPixelAccumulation(inSubPixelAccumulation)
, clipToDirtyRect(true)
, ancestorHasClipPathClipping(false)
+ , ancestorHasNonIdentityAndNonTranslateTransform(false)
, m_globalPaintFlags(globalPaintFlags)
{ }
@@ -99,6 +100,7 @@ struct PaintLayerPaintingInfo {
IntSize scrollOffsetAccumulation;
bool clipToDirtyRect;
bool ancestorHasClipPathClipping;
+ bool ancestorHasNonIdentityAndNonTranslateTransform;
private:
const GlobalPaintFlags m_globalPaintFlags;
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp ('k') | third_party/WebKit/Source/core/paint/PartPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698