Bug 98069 - Add a GraphicsLayerFactory getter to ChromeClient
Summary: Add a GraphicsLayerFactory getter to ChromeClient
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 14:25 PDT by Anders Carlsson
Modified: 2012-10-01 15:31 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.31 KB, patch)
2012-10-01 14:27 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-10-01 14:25:03 PDT
Add a GraphicsLayerFactory getter to ChromeClient
Comment 1 Anders Carlsson 2012-10-01 14:27:31 PDT
Created attachment 166543 [details]
Patch
Comment 2 Andreas Kling 2012-10-01 15:28:11 PDT
Comment on attachment 166543 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=166543&action=review

r=me

> Source/WebCore/ChangeLog:8
> +        Additional information of the change such as approach, rationale. Please add per-function descriptions below (OOPS!).

anders pls

> Source/WebCore/ChangeLog:11
> +        * WebCore.xcodeproj/project.pbxproj:
> +        GraphicsLayerFactory.h needs to be a private header now.

Don't think you need this, since you're forward-declaring the type.
Comment 3 Anders Carlsson 2012-10-01 15:31:20 PDT
Committed r130085: <http://trac.webkit.org/changeset/130085>