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

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

Issue 169283008: Maintain SkPaint in GraphicsContextState. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ready for review. Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/platform/graphics/Gradient.h » ('j') | Source/platform/graphics/Gradient.h » ('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 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'graphics/Gradient.cpp', 573 'graphics/Gradient.cpp',
574 'graphics/Gradient.h', 574 'graphics/Gradient.h',
575 'graphics/GradientGeneratedImage.cpp', 575 'graphics/GradientGeneratedImage.cpp',
576 'graphics/GradientGeneratedImage.h', 576 'graphics/GradientGeneratedImage.h',
577 'graphics/GraphicsContext.cpp', 577 'graphics/GraphicsContext.cpp',
578 'graphics/GraphicsContext.h', 578 'graphics/GraphicsContext.h',
579 'graphics/GraphicsContextAnnotation.cpp', 579 'graphics/GraphicsContextAnnotation.cpp',
580 'graphics/GraphicsContextAnnotation.h', 580 'graphics/GraphicsContextAnnotation.h',
581 'graphics/GraphicsContextRecorder.cpp', 581 'graphics/GraphicsContextRecorder.cpp',
582 'graphics/GraphicsContextRecorder.h', 582 'graphics/GraphicsContextRecorder.h',
583 'graphics/GraphicsContextState.cpp',
583 'graphics/GraphicsContextState.h', 584 'graphics/GraphicsContextState.h',
584 'graphics/GraphicsContextStateSaver.h', 585 'graphics/GraphicsContextStateSaver.h',
585 'graphics/GraphicsLayer.cpp', 586 'graphics/GraphicsLayer.cpp',
586 'graphics/GraphicsLayer.h', 587 'graphics/GraphicsLayer.h',
587 'graphics/GraphicsLayerDebugInfo.cpp', 588 'graphics/GraphicsLayerDebugInfo.cpp',
588 'graphics/GraphicsLayerDebugInfo.h', 589 'graphics/GraphicsLayerDebugInfo.h',
589 'graphics/GraphicsLayerClient.h', 590 'graphics/GraphicsLayerClient.h',
590 'graphics/GraphicsLayerFactory.h', 591 'graphics/GraphicsLayerFactory.h',
591 'graphics/GraphicsTypes.cpp', 592 'graphics/GraphicsTypes.cpp',
592 'graphics/GraphicsTypes.h', 593 'graphics/GraphicsTypes.h',
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 'animation/TimingFunctionTestHelper.cpp', 910 'animation/TimingFunctionTestHelper.cpp',
910 'animation/TimingFunctionTestHelper.h', 911 'animation/TimingFunctionTestHelper.h',
911 'animation/TimingFunctionTestHelperTest.cpp', 912 'animation/TimingFunctionTestHelperTest.cpp',
912 'graphics/DeferredImageDecoderTest.cpp', 913 'graphics/DeferredImageDecoderTest.cpp',
913 'graphics/ImageDecodingStoreTest.cpp', 914 'graphics/ImageDecodingStoreTest.cpp',
914 'graphics/ImageFrameGeneratorTest.cpp', 915 'graphics/ImageFrameGeneratorTest.cpp',
915 'graphics/test/MockImageDecoder.h', 916 'graphics/test/MockImageDecoder.h',
916 ], 917 ],
917 }, 918 },
918 } 919 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/graphics/Gradient.h » ('j') | Source/platform/graphics/Gradient.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698