NEW 85070
optional SkRegion implementation of WebCore::Region
https://bugs.webkit.org/show_bug.cgi?id=85070
Summary optional SkRegion implementation of WebCore::Region
Mike Reed
Reported 2012-04-27 08:28:34 PDT
optional SkRegion implementation of WebCore::Region
Attachments
Patch (5.91 KB, patch)
2012-04-27 08:32 PDT, Mike Reed
pnormand: commit-queue-
Mike Reed
Comment 1 2012-04-27 08:32:23 PDT
Mike Reed
Comment 2 2012-04-27 08:33:00 PDT
Comment on attachment 139210 [details] Patch not intended for review yet, but to allow others to test/time this alternative.
WebKit Review Bot
Comment 3 2012-04-27 08:36:54 PDT
Attachment 139210 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/graphics/Region.cpp:95: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/platform/graphics/Region.cpp:41: Place brace on its own line for function definitions. [whitespace/braces] [4] Source/WebCore/platform/graphics/Region.cpp:52: Place brace on its own line for function definitions. [whitespace/braces] [4] Source/WebCore/platform/graphics/Region.cpp:56: Place brace on its own line for function definitions. [whitespace/braces] [4] Source/WebCore/platform/graphics/Region.cpp:60: Place brace on its own line for function definitions. [whitespace/braces] [4] Source/WebCore/platform/graphics/Region.cpp:64: Place brace on its own line for function definitions. [whitespace/braces] [4] Source/WebCore/platform/graphics/Region.cpp:69: Place brace on its own line for function definitions. [whitespace/braces] [4] Source/WebCore/platform/graphics/Region.cpp:73: Place brace on its own line for function definitions. [whitespace/braces] [4] Source/WebCore/platform/graphics/Region.cpp:78: Place brace on its own line for function definitions. [whitespace/braces] [4] Source/WebCore/platform/graphics/Region.cpp:82: Place brace on its own line for function definitions. [whitespace/braces] [4] Source/WebCore/platform/graphics/Region.cpp:95: Place brace on its own line for function definitions. [whitespace/braces] [4] Source/WebCore/platform/graphics/Region.h:43: Missing space inside { }. [whitespace/braces] [5] Source/WebCore/platform/graphics/Region.h:44: Missing space inside { }. [whitespace/braces] [5] Total errors found: 13 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Philippe Normand
Comment 4 2012-04-27 08:49:25 PDT
Early Warning System Bot
Comment 5 2012-04-27 08:50:18 PDT
Early Warning System Bot
Comment 6 2012-04-27 08:50:55 PDT
Build Bot
Comment 7 2012-04-27 08:58:13 PDT
Build Bot
Comment 8 2012-04-27 09:10:57 PDT
James Robinson
Comment 9 2012-04-27 09:23:06 PDT
Have you collected any perf data?
Mike Reed
Comment 10 2012-04-27 09:49:40 PDT
on my linux build, I went from 22 fps (w/o patch) to 24 fps (w/ patch) using the test page in the chrome bug. Others should definitely try it locally as well. http://code.google.com/p/chromium/issues/detail?id=124687
Philippe Normand
Comment 11 2012-04-27 09:51:44 PDT
Gyuyoung Kim
Comment 12 2012-04-30 23:11:11 PDT
Note You need to log in before you can comment on or make changes to this bug.