Bug 79425

Summary: [chromium] Move Web*Layer* headers into Platform
Product: WebKit Reporter: James Robinson <jamesr>
Component: New BugsAssignee: James Robinson <jamesr>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue, danakj, enne, fishd, nduca, piman, shawnsingh, vangelis
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79428    
Attachments:
Description Flags
Patch
abarth: review+
Patch none

Description James Robinson 2012-02-23 17:31:19 PST
[chromium] Move Web*Layer* headers into Platform
Comment 1 James Robinson 2012-02-23 17:33:22 PST
Created attachment 128616 [details]
Patch
Comment 2 James Robinson 2012-02-23 17:35:11 PST
This moves Web*Layer* headers over to Platform so that I can start depending on these inside WebCore.  This will conflict with the changes to WebLayerTreeView in https://bugs.webkit.org/show_bug.cgi?id=75591, after I land whichever one I can get a review on first I'll take care of the conflicts to the other patch.
Comment 3 WebKit Commit Bot 2012-02-24 02:16:28 PST
Please wait for approval from fishd@chromium.org before submitting because this patch contains changes to the Chromium public API.
Comment 4 WebKit Commit Bot 2012-02-24 02:16:37 PST
Attachment 128616 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/Platform/ChangeLog', u'Source/Platf..." exit_code: 1
Source/Platform/chromium/public/WebPrivatePtr.h:42:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/Platform/chromium/public/WebColorName.h:69:  One space before end of line comments  [whitespace/comments] [5]
Source/Platform/chromium/public/WebColor.h:39:  One space before end of line comments  [whitespace/comments] [5]
Total errors found: 3 in 25 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Andrey Kosyakov 2012-02-24 04:31:59 PST
Created attachment 128706 [details]
Patch
Comment 6 Andrey Kosyakov 2012-02-24 04:36:15 PST
Comment on attachment 128706 [details]
Patch

Please disregard my attachment, uploaded to a wrong bug, sorry!
Comment 7 James Robinson 2012-02-24 11:29:06 PST
Committed r108829: <http://trac.webkit.org/changeset/108829>