From a46f329337fb3568d73453a28e23124933b8fda7 Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Fri, 7 Dec 2012 21:43:16 +0000 Subject: cc: Move WebCompositorOutputSurface and related classes into cc/ This moves: - WebKit::WebCompositorOutputSurface to cc::OutputSurface - WebKit::WebCompositorOutputSurfaceClient to cc::OutputSurfaceClient - Webkit::WebCompositorSoftwareOutputDevice to cc::SoftwareOutputDevice They become new files in cc/ so they are chromified style. This affects the various call-sites. This allows us to pass cc::CompositorFrame directly, without any need for WebCompositorFrame. BUG=146080 Depends on: https://bugs.webkit.org/show_bug.cgi?id=103967 Review URL: https://codereview.chromium.org/11348371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171847 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/DEPS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cc/DEPS') diff --git a/cc/DEPS b/cc/DEPS index 570b4b8..ccc99ea 100644 --- a/cc/DEPS +++ b/cc/DEPS @@ -7,6 +7,8 @@ include_rules = [ "+ui/gfx", "+ui/gl", # TODO(danakj): Drop dependencies on WebKit Platform API from cc. + "+third_party/WebKit/Source/Platform/chromium/public/WebCompositorOutputSurface.h", "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h", "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsMemoryAllocation.h", + "+third_party/WebKit/Source/Platform/chromium/public/WebImage.h", ] -- cgit v1.1