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

Unified Diff: Source/core/core.gypi

Issue 20748002: Blob creation methods for ImageBitmap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use IntRect() instead of IntRect(0, 0, 0, 0) Created 7 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 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 fba11faa789fb741b57c447a92408a5c035131ec..132c46ea2213b41f5c3fea063c97d534d3ae50c9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -241,7 +241,6 @@
'page/EventSource.idl',
'page/History.idl',
'page/ImageBitmap.idl',
- 'page/ImageBitmapFactories.idl',
'page/Location.idl',
'page/MemoryInfo.idl',
'page/Navigator.idl',
@@ -1171,8 +1170,6 @@
'page/History.h',
'page/ImageBitmap.cpp',
'page/ImageBitmap.h',
- 'page/ImageBitmapFactories.cpp',
- 'page/ImageBitmapFactories.h',
'page/LayoutMilestones.h',
'page/Location.cpp',
'page/Location.h',
« no previous file with comments | « LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args-expected.txt ('k') | Source/core/page/ImageBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698