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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1379883003: Create PaintChunk and begin writing code to build paint chunks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enable RuntimeEnabledFeature for PaintChunkerTest Created 5 years, 2 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/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 2a8a406a455f37e2fd1fe24e1499d7da1f187f43..4d46be2b33c0285304de6854ca35ccf749c2be4e 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -683,6 +683,10 @@
'graphics/paint/FixedPositionDisplayItem.h',
'graphics/paint/FloatClipDisplayItem.cpp',
'graphics/paint/FloatClipDisplayItem.h',
+ 'graphics/paint/PaintChunk.h',
+ 'graphics/paint/PaintChunker.cpp',
+ 'graphics/paint/PaintChunker.h',
+ 'graphics/paint/PaintProperties.h',
'graphics/paint/ScrollDisplayItem.cpp',
'graphics/paint/ScrollDisplayItem.h',
'graphics/paint/SkPictureBuilder.h',
@@ -993,6 +997,7 @@
'graphics/paint/DisplayItemPropertyTreeBuilderTest.cpp',
'graphics/paint/DisplayItemListTest.cpp',
'graphics/paint/DisplayItemTest.cpp',
+ 'graphics/paint/PaintChunkerTest.cpp',
'image-decoders/FastSharedBufferReaderTest.cpp',
'image-decoders/ImageDecoderTest.cpp',
'mac/VersionUtilMacTest.mm',
@@ -1050,6 +1055,8 @@
'platform_test_support_files': [
'testing/GeometryPrinters.cpp',
'testing/GeometryPrinters.h',
+ 'testing/PaintPrinters.cpp',
+ 'testing/PaintPrinters.h',
],
'conditions': [
['OS=="win"',

Powered by Google App Engine
This is Rietveld 408576698