[Webkit-unassigned] [Bug 89503] [Chromium] Remove redundant #include's in compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 13:56:27 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89503





--- Comment #2 from Adrienne Walker <enne at google.com>  2012-06-19 13:56:26 PST ---
(From update of attachment 148400)
View in context: https://bugs.webkit.org/attachment.cgi?id=148400&action=review

> Source/WebCore/ChangeLog:10
> +        Removed some redundant #include's to clarify dependency
> +        picture. Some 90 #include's removed, some 50 less disruptive
> +        #include's added. This brings the number of class dependencies to

grammar: s/'//g.  No grocers' apostrophes.  ;)

> Source/WebCore/platform/graphics/chromium/GraphicsLayerChromium.h:39
> +#include "Path.h"

Forward declare this instead.

> Source/WebCore/platform/graphics/chromium/RenderSurfaceChromium.h:32
> +#include "Color.h"

What is this doing?

> Source/WebCore/platform/graphics/chromium/cc/CCRenderer.h:44
> +enum TextureUploaderOption { ThrottledUploader, UnthrottledUploader };
> +

I think this is an LRC detail, not a CCRenderer one.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list