[webkit-reviews] review granted: [Bug 102612] [chromium] add WebCursorInfo::imageScaleFactor : [Attachment 174847] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 18 08:43:18 PST 2012


Adam Barth <abarth at webkit.org> has granted Rick Byers <rbyers at chromium.org>'s
request for review:
Bug 102612: [chromium] add WebCursorInfo::imageScaleFactor
https://bugs.webkit.org/show_bug.cgi?id=102612

Attachment 174847: Patch
https://bugs.webkit.org/attachment.cgi?id=174847&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
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.


More information about the webkit-reviews mailing list