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

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: Rebase Created 6 years, 9 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 | « Source/core/rendering/svg/SVGInlineTextBox.cpp ('k') | Source/platform/graphics/DrawLooper.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 2accb17d7fc94fe077e51a28209f5ab4fb902e8b..5874fe93fbfdfaf945fdeb2b0cb12172ba1b2b9b 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -564,8 +564,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',
« no previous file with comments | « Source/core/rendering/svg/SVGInlineTextBox.cpp ('k') | Source/platform/graphics/DrawLooper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698