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

Unified Diff: Source/core/core.gypi

Issue 19705006: Use SkImage as a backing store for copying 2d Contexts to ImageBitmaps. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Change SkImage to use srcRect pointer. Created 7 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index bd34b4e2f84b49d5085577c6eab7d77dd919e145..91258e8d4b2c7bce6b6a845bf4ea9a530b3a74d0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2786,6 +2786,8 @@
'platform/graphics/ShadowBlur.cpp',
'platform/graphics/ShadowBlur.h',
'platform/graphics/SimpleFontData.cpp',
+ 'platform/graphics/SkiaImage.cpp',
+ 'platform/graphics/SkiaImage.h',
'platform/graphics/SVGGlyph.cpp',
'platform/graphics/StringTruncator.cpp',
'platform/graphics/StrokeData.cpp',

Powered by Google App Engine
This is Rietveld 408576698