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

Unified Diff: content/plugin/webplugin_proxy.cc

Issue 6823081: Add Skia to CG adapter for plugins. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 8 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: content/plugin/webplugin_proxy.cc
===================================================================
--- content/plugin/webplugin_proxy.cc (revision 81254)
+++ content/plugin/webplugin_proxy.cc (working copy)
@@ -350,7 +350,7 @@
CGContextClearRect(windowless_context_, rect.ToCGRect());
}
CGContextClipToRect(windowless_context_, rect.ToCGRect());
- delegate_->Paint(windowless_context_, rect);
+ delegate_->CGPaint(windowless_context_, rect);
stuartmorgan 2011/04/12 21:15:37 This is another case where this whole codepath exi
_cary 2011/04/13 11:58:18 Done.
if (windowless_context_.get() == saved_context_weak)
CGContextRestoreGState(windowless_context_);
#else
« no previous file with comments | « no previous file | webkit/plugins/npapi/webplugin_delegate_impl.h » ('j') | webkit/plugins/npapi/webplugin_delegate_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698