RESOLVED FIXED 37231
[chromium] Move GraphicsLayer-related files from platform/graphics/skia to platform/graphics/chromium
https://bugs.webkit.org/show_bug.cgi?id=37231
Summary [chromium] Move GraphicsLayer-related files from platform/graphics/skia to pl...
Vangelis Kokkevis
Reported 2010-04-07 14:21:09 PDT
Classes in these files have already been renamed in: https://bugs.webkit.org/show_bug.cgi?id=37116 and they now should be moved to their final location. Files are moving out of Skia as they will be used with both Skia (Windows/Linux) and CG (mac) based RenderContext's.
Attachments
Proposed patch (100.78 KB, patch)
2010-04-07 14:53 PDT, Vangelis Kokkevis
no flags
Vangelis Kokkevis
Comment 1 2010-04-07 14:53:19 PDT
Created attachment 52786 [details] Proposed patch
WebKit Review Bot
Comment 2 2010-04-07 14:56:49 PDT
Attachment 52786 [details] did not pass style-queue: Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1 WARNING: Skipping non-existent file: WebCore/platform/graphics/skia/LayerRendererSkia.h WARNING: Skipping non-existent file: WebCore/platform/graphics/skia/GraphicsLayerSkia.cpp WebCore/platform/graphics/chromium/LayerChromium.h:72: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:75: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:78: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:81: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:84: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:90: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:93: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:96: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:99: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:105: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:119: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:122: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:125: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:129: More than one command on the same line [whitespace/newline] [4] WebCore/platform/graphics/chromium/LayerChromium.h:150: More than one command on the same line [whitespace/newline] [4] WARNING: Skipping non-existent file: WebCore/platform/graphics/skia/GraphicsLayerSkia.h WARNING: Skipping non-existent file: WebCore/platform/graphics/skia/LayerRendererSkia.cpp WARNING: Skipping non-existent file: WebCore/platform/graphics/skia/LayerSkia.h WARNING: Skipping non-existent file: WebCore/platform/graphics/skia/LayerSkia.cpp Total errors found: 15 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
Vangelis Kokkevis
Comment 3 2010-04-08 15:05:39 PDT
I believe all the style warnings are false positives for multiple commands on the same line in inline method definitions in a header. This CL merely moves and renames files but doesn't change their contents (other than adjusting the #include's).
Dimitri Glazkov (Google)
Comment 4 2010-04-08 15:59:19 PDT
Comment on attachment 52786 [details] Proposed patch ok.
Vangelis Kokkevis
Comment 5 2010-04-09 17:11:29 PDT
Dimitri, Can you please flip the commit queue bit when you get a chance? Thanks!
WebKit Commit Bot
Comment 6 2010-04-10 22:03:18 PDT
Comment on attachment 52786 [details] Proposed patch Clearing flags on attachment: 52786 Committed r57436: <http://trac.webkit.org/changeset/57436>
WebKit Commit Bot
Comment 7 2010-04-10 22:03:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.