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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 2706453003: switch to new ImageGenerator API (Closed)
Patch Set: fix typo Created 3 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
« no previous file with comments | « cc/test/skia_common.cc ('k') | media/renderers/skcanvas_video_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 7e510c2402891633e1c947005f56d7e587862f2e..df6f1f19c9db49509c5a8d6637e5b8795cadc2ca 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -1202,7 +1202,7 @@ void RenderThreadImpl::InitializeWebKit(
kImageCacheSingleAllocationByteLimit);
// Hook up blink's codecs so skia can call them
- SkGraphics::SetImageGeneratorFromEncodedFactory(
+ SkGraphics::SetImageGeneratorFromEncodedDataFactory(
blink::WebImageGenerator::create);
if (command_line.HasSwitch(switches::kMemoryMetrics)) {
« no previous file with comments | « cc/test/skia_common.cc ('k') | media/renderers/skcanvas_video_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698