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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp

Issue 2505543002: Move FrameView timers to WebFrameScheduler. (Closed)
Patch Set: Created 4 years, 1 month 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/core/svg/graphics/SVGImage.cpp
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
index 3b2c12117c1664908b8b3c39fa28fe73f6f9311d..f0e41660efb381899143b30633de25fec282ffe5 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
@@ -589,7 +589,7 @@ Image::SizeAvailability SVGImage::dataChanged(bool allDataReceived) {
TRACE_EVENT0("blink", "SVGImage::dataChanged::createFrame");
frame =
LocalFrame::create(&dummyFrameLoaderClient, &page->frameHost(), 0);
- frame->setView(FrameView::create(frame));
+ frame->setView(FrameView::create(*frame));
frame->init();
}

Powered by Google App Engine
This is Rietveld 408576698