Bug 103983

Summary: Coordinated Graphics: Rename WebLayerTreeInfo to CoordinatedLayerInfo
Product: WebKit Reporter: Jae Hyun Park <jaepark>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, cmarcelo, gyuyoung.kim, menard, noam, rakuco, webkit.review.bot, zeno
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 102994    
Attachments:
Description Flags
Patch
none
Patch
jaepark: review+, jaepark: commit-queue-
Patch
none
Patch none

Description Jae Hyun Park 2012-12-04 01:26:13 PST
Currently, WebLayerTreeInfo only has WebLayerInfo as a struct. Also, it is hard to know what WebLayer is since we don't use that name anymore. More appropriate name for WebLayerInfo would be CoordinatedLayerInfo.
Comment 1 Jae Hyun Park 2012-12-04 01:31:02 PST
Created attachment 177444 [details]
Patch
Comment 2 Noam Rosenthal 2012-12-05 01:08:54 PST
Comment on attachment 177444 [details]
Patch

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

> Source/WebKit2/Scripts/webkit2/messages.py:400
> +        'WebKit::CoordinatedLayerInfo': ['"CoordinatedLayerInfo.h"'],

This is not needed
Comment 3 Jae Hyun Park 2012-12-05 01:18:50 PST
Created attachment 177695 [details]
Patch
Comment 4 Jae Hyun Park 2012-12-05 01:19:18 PST
(In reply to comment #2)
> (From update of attachment 177444 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=177444&action=review
> 
> > Source/WebKit2/Scripts/webkit2/messages.py:400
> > +        'WebKit::CoordinatedLayerInfo': ['"CoordinatedLayerInfo.h"'],
> 
> This is not needed
Fixed.

Thanks for the review!
Comment 5 WebKit Review Bot 2012-12-05 16:59:25 PST
Comment on attachment 177695 [details]
Patch

Rejecting attachment 177695 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
to file Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/LayerTreeCoordinator.cpp.rej
patching file Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/LayerTreeCoordinator.h
Hunk #1 FAILED at 78.
1 out of 3 hunks FAILED -- saving rejects to file Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/LayerTreeCoordinator.h.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Noam Rosen..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue

Full output: http://queues.webkit.org/results/15174038
Comment 6 Jae Hyun Park 2012-12-05 20:10:17 PST
Created attachment 177914 [details]
Patch
Comment 7 Jae Hyun Park 2012-12-06 16:53:41 PST
Created attachment 178111 [details]
Patch
Comment 8 WebKit Review Bot 2012-12-06 17:46:04 PST
Comment on attachment 178111 [details]
Patch

Clearing flags on attachment: 178111

Committed r136912: <http://trac.webkit.org/changeset/136912>
Comment 9 WebKit Review Bot 2012-12-06 17:46:09 PST
All reviewed patches have been landed.  Closing bug.