Splitting the chromium API change out from bug 99493 in order to decouple the webkit and chromium sides of this work.
Created attachment 174847 [details] Patch
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 on attachment 174847 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=174847&action=review > Source/WebKit/chromium/src/WebCursorInfo.cpp:44 > + imageScaleFactor = 1; You should initialize this variable in an initializer list, like you've done in the header.
Created attachment 174849 [details] Patch
(In reply to comment #3) > (From update of attachment 174847 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=174847&action=review > > > Source/WebKit/chromium/src/WebCursorInfo.cpp:44 > > + imageScaleFactor = 1; > > You should initialize this variable in an initializer list, like you've done in the header. Thanks. I moved the initialization of all variables in this ctor to an initializer list in order to be consistent.
Comment on attachment 174849 [details] Patch great
Comment on attachment 174849 [details] Patch Attachment 174849 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/14893089 New failing tests: inspector-protocol/nmi-webaudio.html
Comment on attachment 174849 [details] Patch Clearing flags on attachment: 174849 Committed r135076: <http://trac.webkit.org/changeset/135076>
All reviewed patches have been landed. Closing bug.