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

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

Issue 211503006: Implementation of 2D canvas context lost/restored events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 8 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
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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'graphics/GraphicsLayerDebugInfo.h', 582 'graphics/GraphicsLayerDebugInfo.h',
583 'graphics/GraphicsLayerClient.h', 583 'graphics/GraphicsLayerClient.h',
584 'graphics/GraphicsLayerFactory.h', 584 'graphics/GraphicsLayerFactory.h',
585 'graphics/GraphicsTypes.cpp', 585 'graphics/GraphicsTypes.cpp',
586 'graphics/GraphicsTypes.h', 586 'graphics/GraphicsTypes.h',
587 'graphics/GraphicsTypes3D.h', 587 'graphics/GraphicsTypes3D.h',
588 'graphics/Image.cpp', 588 'graphics/Image.cpp',
589 'graphics/Image.h', 589 'graphics/Image.h',
590 'graphics/ImageBuffer.cpp', 590 'graphics/ImageBuffer.cpp',
591 'graphics/ImageBuffer.h', 591 'graphics/ImageBuffer.h',
592 'graphics/ImageBufferClient.h',
593 'graphics/ImageBufferSurface.cpp',
594 'graphics/ImageBufferSurface.h',
592 'graphics/ImageDecodingStore.cpp', 595 'graphics/ImageDecodingStore.cpp',
593 'graphics/ImageDecodingStore.h', 596 'graphics/ImageDecodingStore.h',
594 'graphics/ImageFrameGenerator.cpp', 597 'graphics/ImageFrameGenerator.cpp',
595 'graphics/ImageFrameGenerator.h', 598 'graphics/ImageFrameGenerator.h',
596 'graphics/ImageBufferSurface.cpp',
597 'graphics/ImageBufferSurface.h',
598 'graphics/ImageObserver.cpp', 599 'graphics/ImageObserver.cpp',
599 'graphics/ImageObserver.h', 600 'graphics/ImageObserver.h',
600 'graphics/ImageOrientation.cpp', 601 'graphics/ImageOrientation.cpp',
601 'graphics/ImageOrientation.h', 602 'graphics/ImageOrientation.h',
602 'graphics/ImageSource.cpp', 603 'graphics/ImageSource.cpp',
603 'graphics/ImageSource.h', 604 'graphics/ImageSource.h',
604 'graphics/LazyDecodingPixelRef.cpp', 605 'graphics/LazyDecodingPixelRef.cpp',
605 'graphics/LazyDecodingPixelRef.h', 606 'graphics/LazyDecodingPixelRef.h',
606 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp', 607 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp',
607 'graphics/OpaqueRectTrackingContentLayerDelegate.h', 608 'graphics/OpaqueRectTrackingContentLayerDelegate.h',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'graphics/ImageDecodingStoreTest.cpp', 917 'graphics/ImageDecodingStoreTest.cpp',
917 'graphics/ImageFrameGeneratorTest.cpp', 918 'graphics/ImageFrameGeneratorTest.cpp',
918 'graphics/gpu/DrawingBufferTest.cpp', 919 'graphics/gpu/DrawingBufferTest.cpp',
919 'graphics/test/MockImageDecoder.h', 920 'graphics/test/MockImageDecoder.h',
920 'graphics/test/MockWebGraphicsContext3D.h', 921 'graphics/test/MockWebGraphicsContext3D.h',
921 'image-decoders/gif/GIFImageDecoderTest.cpp', 922 'image-decoders/gif/GIFImageDecoderTest.cpp',
922 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 923 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
923 ], 924 ],
924 }, 925 },
925 } 926 }
OLDNEW
« no previous file with comments | « Source/core/html/canvas/CanvasRenderingContext2D.idl ('k') | Source/platform/graphics/Canvas2DImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698