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

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

Issue 413313002: Treat calls to CanvasRenderingContext2D.clearRect as operations that clear the canvas (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: regionTrackingEnabled Created 6 years, 4 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/GraphicsContext.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'graphics/gpu/WebGLImageBufferSurface.cpp', 535 'graphics/gpu/WebGLImageBufferSurface.cpp',
536 'graphics/gpu/WebGLImageBufferSurface.h', 536 'graphics/gpu/WebGLImageBufferSurface.h',
537 'graphics/gpu/WebGLImageConversion.cpp', 537 'graphics/gpu/WebGLImageConversion.cpp',
538 'graphics/gpu/WebGLImageConversion.h', 538 'graphics/gpu/WebGLImageConversion.h',
539 'graphics/media/MediaPlayer.cpp', 539 'graphics/media/MediaPlayer.cpp',
540 'graphics/media/MediaPlayer.h', 540 'graphics/media/MediaPlayer.h',
541 'graphics/skia/GaneshUtils.cpp', 541 'graphics/skia/GaneshUtils.cpp',
542 'graphics/skia/GaneshUtils.h', 542 'graphics/skia/GaneshUtils.h',
543 'graphics/skia/NativeImageSkia.cpp', 543 'graphics/skia/NativeImageSkia.cpp',
544 'graphics/skia/NativeImageSkia.h', 544 'graphics/skia/NativeImageSkia.h',
545 'graphics/skia/OpaqueRegionSkia.cpp',
546 'graphics/skia/OpaqueRegionSkia.h',
547 'graphics/skia/SkSizeHash.h', 545 'graphics/skia/SkSizeHash.h',
548 'graphics/skia/SkiaUtils.cpp', 546 'graphics/skia/SkiaUtils.cpp',
549 'graphics/skia/SkiaUtils.h', 547 'graphics/skia/SkiaUtils.h',
550 'graphics/BitmapImage.cpp', 548 'graphics/BitmapImage.cpp',
551 'graphics/BitmapImage.h', 549 'graphics/BitmapImage.h',
552 'graphics/Canvas2DImageBufferSurface.h', 550 'graphics/Canvas2DImageBufferSurface.h',
553 'graphics/Canvas2DLayerBridge.cpp', 551 'graphics/Canvas2DLayerBridge.cpp',
554 'graphics/Canvas2DLayerBridge.h', 552 'graphics/Canvas2DLayerBridge.h',
555 'graphics/Canvas2DLayerManager.cpp', 553 'graphics/Canvas2DLayerManager.cpp',
556 'graphics/Canvas2DLayerManager.h', 554 'graphics/Canvas2DLayerManager.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'graphics/Path.cpp', 622 'graphics/Path.cpp',
625 'graphics/Path.h', 623 'graphics/Path.h',
626 'graphics/PathTraversalState.cpp', 624 'graphics/PathTraversalState.cpp',
627 'graphics/PathTraversalState.h', 625 'graphics/PathTraversalState.h',
628 'graphics/Pattern.cpp', 626 'graphics/Pattern.cpp',
629 'graphics/Pattern.h', 627 'graphics/Pattern.h',
630 'graphics/ProfilingCanvas.cpp', 628 'graphics/ProfilingCanvas.cpp',
631 'graphics/ProfilingCanvas.h', 629 'graphics/ProfilingCanvas.h',
632 'graphics/RecordingImageBufferSurface.cpp', 630 'graphics/RecordingImageBufferSurface.cpp',
633 'graphics/RecordingImageBufferSurface.h', 631 'graphics/RecordingImageBufferSurface.h',
632 'graphics/RegionTracker.cpp',
633 'graphics/RegionTracker.h',
634 'graphics/ReplayingCanvas.cpp', 634 'graphics/ReplayingCanvas.cpp',
635 'graphics/ReplayingCanvas.h', 635 'graphics/ReplayingCanvas.h',
636 'graphics/ScaledImageFragment.cpp', 636 'graphics/ScaledImageFragment.cpp',
637 'graphics/ScaledImageFragment.h', 637 'graphics/ScaledImageFragment.h',
638 'graphics/StrokeData.cpp', 638 'graphics/StrokeData.cpp',
639 'graphics/StrokeData.h', 639 'graphics/StrokeData.h',
640 'graphics/ThreadSafeDataTransport.cpp', 640 'graphics/ThreadSafeDataTransport.cpp',
641 'graphics/ThreadSafeDataTransport.h', 641 'graphics/ThreadSafeDataTransport.h',
642 'graphics/UnacceleratedImageBufferSurface.cpp', 642 'graphics/UnacceleratedImageBufferSurface.cpp',
643 'graphics/UnacceleratedImageBufferSurface.h', 643 'graphics/UnacceleratedImageBufferSurface.h',
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'graphics/ImageLayerChromiumTest.cpp', 960 'graphics/ImageLayerChromiumTest.cpp',
961 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 961 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
962 'graphics/test/MockImageDecoder.h', 962 'graphics/test/MockImageDecoder.h',
963 'graphics/test/MockWebGraphicsContext3D.h', 963 'graphics/test/MockWebGraphicsContext3D.h',
964 'image-decoders/gif/GIFImageDecoderTest.cpp', 964 'image-decoders/gif/GIFImageDecoderTest.cpp',
965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
966 'image-decoders/webp/WEBPImageDecoderTest.cpp', 966 'image-decoders/webp/WEBPImageDecoderTest.cpp',
967 ], 967 ],
968 }, 968 },
969 } 969 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/graphics/GraphicsContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698