From ae277377c2c66a24eb9386e72e33aa686ecc39da Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Tue, 10 Sep 2013 01:38:18 +0000 Subject: cc: Tell the LayerTreeHost that the filter context is needed. Delegated frames may contain an offscreen filter. If they do, then the LayerTreeHost needs to know about it so it can create an offscreen context. R=piman BUG=287870 Review URL: https://chromiumcodereview.appspot.com/23451023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222169 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/test/render_pass_test_utils.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cc/test/render_pass_test_utils.cc') diff --git a/cc/test/render_pass_test_utils.cc b/cc/test/render_pass_test_utils.cc index ef79fb5..0044f6a 100644 --- a/cc/test/render_pass_test_utils.cc +++ b/cc/test/render_pass_test_utils.cc @@ -12,6 +12,8 @@ #include "cc/resources/resource_provider.h" #include "cc/test/mock_quad_culler.h" #include "cc/test/render_pass_test_common.h" +#include "third_party/skia/include/core/SkColor.h" +#include "third_party/skia/include/core/SkImageFilter.h" #include "ui/gfx/rect.h" namespace cc { -- cgit v1.1