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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1110653003: [Reland] Correct fixed-position recording for Slimming Paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 8 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: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index d9e396d2994e4d1bbe2ec19d188d1bb81ba2b5cf..19f136d90e2ec184dddf2d5b9177faabd1b49c7d 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -660,6 +660,10 @@
'graphics/paint/DrawingRecorder.h',
'graphics/paint/FilterDisplayItem.cpp',
'graphics/paint/FilterDisplayItem.h',
+ 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
+ 'graphics/paint/FixedPositionContainerDisplayItem.h',
+ 'graphics/paint/FixedPositionDisplayItem.cpp',
+ 'graphics/paint/FixedPositionDisplayItem.h',
'graphics/paint/FloatClipDisplayItem.cpp',
'graphics/paint/FloatClipDisplayItem.h',
'graphics/paint/ScrollDisplayItem.cpp',

Powered by Google App Engine
This is Rietveld 408576698