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

Unified Diff: Source/core/rendering/svg/RenderSVGResourceFilter.cpp

Issue 541913002: Create a GraphicsContext from a DisplayList. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@display-list-changes
Patch Set: Rebased. Created 6 years, 3 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 | « no previous file | Source/platform/graphics/DisplayList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/RenderSVGResourceFilter.cpp
diff --git a/Source/core/rendering/svg/RenderSVGResourceFilter.cpp b/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
index 7ae178c9090d0a7a7e5fea86d97c77253e7ca14a..1d33e07aad3af7ee616d19cbc00c4d4b018ac82a 100644
--- a/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
+++ b/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
@@ -144,7 +144,6 @@ static bool createImageBuffer(const Filter* filter, OwnPtr<ImageBuffer>& imageBu
static void beginDeferredFilter(GraphicsContext* context, FilterData* filterData)
{
context->beginRecording(filterData->boundaries);
-
// We pass the boundaries to SkPictureImageFilter so it knows the
// world-space position of the filter primitives. It gets them
// from the DisplayList, which also applies the inverse translate
« no previous file with comments | « no previous file | Source/platform/graphics/DisplayList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698