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

Unified Diff: cc/render_pass.h

Issue 11418117: cc: Increment the ref count when assigning the SkImageFilter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: cc/render_pass.h
diff --git a/cc/render_pass.h b/cc/render_pass.h
index e14b5e6d97be36eca25ccd83c3cb427f61668fec..777075cfb8728bfdf65a6a28f636cff979b16c22 100644
--- a/cc/render_pass.h
+++ b/cc/render_pass.h
@@ -66,7 +66,8 @@ class CC_EXPORT RenderPass {
void SetNew(Id id,
gfx::Rect output_rect,
gfx::RectF damage_rect,
- const WebKit::WebTransformationMatrix& transform_to_root_target);
+ const WebKit::WebTransformationMatrix& transform_to_root_target,
+ SkImageFilter* filter);
void SetAll(Id id,
gfx::Rect output_rect,
« no previous file with comments | « cc/layer_tree_host_impl_unittest.cc ('k') | cc/render_pass.cc » ('j') | cc/render_pass.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698