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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2107103002: Find cached display items directly during painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'graphics/gpu/AcceleratedImageBufferSurface.cpp', 736 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
737 'graphics/gpu/AcceleratedImageBufferSurface.h', 737 'graphics/gpu/AcceleratedImageBufferSurface.h',
738 'graphics/gpu/SharedContextRateLimiter.cpp', 738 'graphics/gpu/SharedContextRateLimiter.cpp',
739 'graphics/gpu/SharedContextRateLimiter.h', 739 'graphics/gpu/SharedContextRateLimiter.h',
740 'graphics/gpu/DrawingBuffer.cpp', 740 'graphics/gpu/DrawingBuffer.cpp',
741 'graphics/gpu/DrawingBuffer.h', 741 'graphics/gpu/DrawingBuffer.h',
742 'graphics/gpu/Extensions3DUtil.cpp', 742 'graphics/gpu/Extensions3DUtil.cpp',
743 'graphics/gpu/Extensions3DUtil.h', 743 'graphics/gpu/Extensions3DUtil.h',
744 'graphics/gpu/WebGLImageConversion.cpp', 744 'graphics/gpu/WebGLImageConversion.cpp',
745 'graphics/gpu/WebGLImageConversion.h', 745 'graphics/gpu/WebGLImageConversion.h',
746 'graphics/paint/CachedDisplayItem.h',
747 'graphics/paint/ClipDisplayItem.cpp', 746 'graphics/paint/ClipDisplayItem.cpp',
748 'graphics/paint/ClipDisplayItem.h', 747 'graphics/paint/ClipDisplayItem.h',
749 'graphics/paint/ClipPaintPropertyNode.h', 748 'graphics/paint/ClipPaintPropertyNode.h',
750 'graphics/paint/ClipPathDisplayItem.cpp', 749 'graphics/paint/ClipPathDisplayItem.cpp',
751 'graphics/paint/ClipPathDisplayItem.h', 750 'graphics/paint/ClipPathDisplayItem.h',
752 'graphics/paint/ClipPathRecorder.cpp', 751 'graphics/paint/ClipPathRecorder.cpp',
753 'graphics/paint/ClipPathRecorder.h', 752 'graphics/paint/ClipPathRecorder.h',
754 'graphics/paint/ClipRecorder.cpp', 753 'graphics/paint/ClipRecorder.cpp',
755 'graphics/paint/ClipRecorder.h', 754 'graphics/paint/ClipRecorder.h',
756 'graphics/paint/CompositingRecorder.cpp', 755 'graphics/paint/CompositingRecorder.cpp',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1349 ['use_default_render_theme==1', 1348 ['use_default_render_theme==1',
1350 { 1349 {
1351 'platform_test_files': [ 1350 'platform_test_files': [
1352 'scroll/ScrollbarThemeAuraTest.cpp', 1351 'scroll/ScrollbarThemeAuraTest.cpp',
1353 ], 1352 ],
1354 } 1353 }
1355 ], 1354 ],
1356 ], 1355 ],
1357 }, 1356 },
1358 } 1357 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/README.md ('k') | third_party/WebKit/Source/platform/graphics/ContiguousContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698