| Index: cc/layers/render_surface_impl.h
|
| diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
|
| index 9cafc6cc508fdeaa7d3538aeaf43c379031cf2f3..1af8f81f2e1ce86a44a3cb09fbcf67d4e5cbbd9a 100644
|
| --- a/cc/layers/render_surface_impl.h
|
| +++ b/cc/layers/render_surface_impl.h
|
| @@ -53,6 +53,9 @@ class CC_EXPORT RenderSurfaceImpl {
|
| }
|
| float draw_opacity() const { return draw_properties_.draw_opacity; }
|
|
|
| + SkXfermode::Mode BlendMode() const;
|
| + bool UsesDefaultBlendMode() const;
|
| +
|
| void SetNearestOcclusionImmuneAncestor(const RenderSurfaceImpl* surface) {
|
| nearest_occlusion_immune_ancestor_ = surface;
|
| }
|
|
|