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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/graphics/GraphicsContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 3e08ff3350c61f5daaeafb3b2b4985e41dce1a03..797c653c5fdc91e760b7c54ba413bee9969cbd99 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -542,8 +542,6 @@
'graphics/skia/GaneshUtils.h',
'graphics/skia/NativeImageSkia.cpp',
'graphics/skia/NativeImageSkia.h',
- 'graphics/skia/OpaqueRegionSkia.cpp',
- 'graphics/skia/OpaqueRegionSkia.h',
'graphics/skia/SkSizeHash.h',
'graphics/skia/SkiaUtils.cpp',
'graphics/skia/SkiaUtils.h',
@@ -631,6 +629,8 @@
'graphics/ProfilingCanvas.h',
'graphics/RecordingImageBufferSurface.cpp',
'graphics/RecordingImageBufferSurface.h',
+ 'graphics/RegionTracker.cpp',
+ 'graphics/RegionTracker.h',
'graphics/ReplayingCanvas.cpp',
'graphics/ReplayingCanvas.h',
'graphics/ScaledImageFragment.cpp',
« 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