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

Unified Diff: cc/gl_renderer.cc

Issue 12614011: cc: Chromify RenderSurfaceFilters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: .f Created 7 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 | « no previous file | cc/render_surface_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/gl_renderer.cc
diff --git a/cc/gl_renderer.cc b/cc/gl_renderer.cc
index 7db40b83a90d5a571e3cfe453958e26b1b9d5fe0..3bc2b43ee8aef9875d2de3116038a4acb2e14361 100644
--- a/cc/gl_renderer.cc
+++ b/cc/gl_renderer.cc
@@ -396,7 +396,7 @@ static inline SkBitmap applyFilters(GLRenderer* renderer, const WebKit::WebFilte
// Make sure skia uses the correct GL context.
offscreenContexts->Context3d()->makeContextCurrent();
- SkBitmap source = RenderSurfaceFilters::apply(filters, lock.texture_id(), sourceTextureResource->size(), offscreenContexts->GrContext());
+ SkBitmap source = RenderSurfaceFilters::Apply(filters, lock.texture_id(), sourceTextureResource->size(), offscreenContexts->GrContext());
// Flush skia context so that all the rendered stuff appears on the
// texture.
« no previous file with comments | « no previous file | cc/render_surface_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698