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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2196963002: Add a new class AcceleratedStaticBitmap : StaticBitmapImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + minor clean up Created 4 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: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 0937f871ffa6bf8824278647649abdb5d3c89a84..e1390d5f681a252447a265f9d1a10b954ebf5def 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -547,6 +547,8 @@
'geometry/mac/IntPointMac.mm',
'geometry/mac/IntRectMac.mm',
'geometry/mac/IntSizeMac.mm',
+ 'graphics/AcceleratedStaticBitmapImage.cpp',
+ 'graphics/AcceleratedStaticBitmapImage.h',
'graphics/BitmapImage.cpp',
'graphics/BitmapImage.h',
'graphics/BitmapImageMetrics.cpp',

Powered by Google App Engine
This is Rietveld 408576698