Bug 93335 - [chromium] Switch PlatformLayer typedef to Platform API type for PLATFORM(CHROMIUM)
Summary: [chromium] Switch PlatformLayer typedef to Platform API type for PLATFORM(CHR...
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: James Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-06 22:24 PDT by James Robinson
Modified: 2012-08-07 15:30 PDT (History)
13 users (show)

See Also:


Attachments
Patch (28.67 KB, patch)
2012-08-06 22:28 PDT, James Robinson
enne: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2012-08-06 22:24:44 PDT
[chromium] Switch PlatformLayer typedef to Platform API type for PLATFORM(CHROMIUM)
Comment 1 James Robinson 2012-08-06 22:28:05 PDT
Created attachment 156866 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-06 22:29:15 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment 3 Adrienne Walker 2012-08-07 11:09:46 PDT
Comment on attachment 156866 [details]
Patch

R=me.  The const_casts are sad, but it'd be a big refactor to typedef PlatformLayer* to get rid of them.
Comment 4 James Robinson 2012-08-07 15:30:22 PDT
Committed r124927: <http://trac.webkit.org/changeset/124927>