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

Side by Side Diff: Source/core/core.gypi

Issue 58543002: Use a boolean hasCompositedLayerMapping() accessor instead of the pointer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Uses a wrapper around the pointer that can't be coerced to a boolean. Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/testing/Internals.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 'plugins/PluginView.h', 1345 'plugins/PluginView.h',
1346 'rendering/AbstractInlineTextBox.cpp', 1346 'rendering/AbstractInlineTextBox.cpp',
1347 'rendering/AbstractInlineTextBox.h', 1347 'rendering/AbstractInlineTextBox.h',
1348 'rendering/AutoTableLayout.cpp', 1348 'rendering/AutoTableLayout.cpp',
1349 'rendering/AutoTableLayout.h', 1349 'rendering/AutoTableLayout.h',
1350 'rendering/BidiRun.cpp', 1350 'rendering/BidiRun.cpp',
1351 'rendering/BidiRun.h', 1351 'rendering/BidiRun.h',
1352 'rendering/ClipRect.cpp', 1352 'rendering/ClipRect.cpp',
1353 'rendering/ClipRect.h', 1353 'rendering/ClipRect.h',
1354 'rendering/CompositedLayerMapping.cpp', 1354 'rendering/CompositedLayerMapping.cpp',
1355 'rendering/CompositedLayerMapping.h',
1356 'rendering/CompositedLayerMappingPtr.h',
1355 'rendering/CompositingReasons.h', 1357 'rendering/CompositingReasons.h',
1356 'rendering/CounterNode.cpp', 1358 'rendering/CounterNode.cpp',
1357 'rendering/CounterNode.h', 1359 'rendering/CounterNode.h',
1358 'rendering/EllipsisBox.cpp', 1360 'rendering/EllipsisBox.cpp',
1359 'rendering/EllipsisBox.h', 1361 'rendering/EllipsisBox.h',
1360 'rendering/FilterEffectRenderer.cpp', 1362 'rendering/FilterEffectRenderer.cpp',
1361 'rendering/FilterEffectRenderer.h', 1363 'rendering/FilterEffectRenderer.h',
1362 'rendering/FixedTableLayout.cpp', 1364 'rendering/FixedTableLayout.cpp',
1363 'rendering/FixedTableLayout.h', 1365 'rendering/FixedTableLayout.h',
1364 'rendering/FloatingObjects.cpp', 1366 'rendering/FloatingObjects.cpp',
(...skipping 2170 matching lines...) Expand 10 before | Expand all | Expand 10 after
3535 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3537 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3536 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3538 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3537 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3539 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3538 'platform/testing/FakeWebGraphicsContext3D.h', 3540 'platform/testing/FakeWebGraphicsContext3D.h',
3539 'rendering/RenderOverflowTest.cpp', 3541 'rendering/RenderOverflowTest.cpp',
3540 'testing/UnitTestHelpers.h', 3542 'testing/UnitTestHelpers.h',
3541 'testing/UnitTestHelpers.cpp', 3543 'testing/UnitTestHelpers.cpp',
3542 ], 3544 ],
3543 } 3545 }
3544 } 3546 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/testing/Internals.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698