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

Unified Diff: Source/platform/blink_platform.gypi

Issue 177473003: Use SkLayerDrawLooper::Builder to construct SkLayerDrawLooper. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove DrawLooper. Created 6 years, 10 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/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 4c7fdb76f535e48c443379065a98d17ba7a2f465..a2460bfa00f1290c47f36d3e1be6cbaeeae830b0 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -567,8 +567,8 @@
'graphics/DiscardablePixelRef.h',
'graphics/DisplayList.cpp',
'graphics/DisplayList.h',
- 'graphics/DrawLooper.cpp',
- 'graphics/DrawLooper.h',
+ 'graphics/DrawLooperBuilder.cpp',
+ 'graphics/DrawLooperBuilder.h',
'graphics/FrameData.cpp',
'graphics/FrameData.h',
'graphics/GeneratedImage.cpp',

Powered by Google App Engine
This is Rietveld 408576698