[Webkit-unassigned] [Bug 23574] New: add #if ENABLE(PAN_SCROLLING) around EventHandler::setPanScrollCursor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 27 12:50:21 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23574
Summary: add #if ENABLE(PAN_SCROLLING) around
EventHandler::setPanScrollCursor
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: feng at chromium.org
EventHanlder::setPanScrollCursor is a private method of EventHandler class, and
it is only used by autoscrollTimerFired when ENABLE(PAN_SCROLLING) is true.
Putting #if ENABLE(PAN_SCROLLING) around Event::setPanScrollCursor can save
some bytes for platforms that do not support pan scrolling.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list