Fix for bug 104445. Make nsPluginInstance a scrollbar listener so it can notify plugins they are scrolling. Also fixes bug 76085. r=peterl, sr=sfraser, a=blizzard.
git-svn-id: svn://10.0.0.236/trunk@112450 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -656,7 +656,7 @@ Boolean CPlugin::HandleEvent(EventRecord* ev)
|
||||
eventHandled = true;
|
||||
break;
|
||||
|
||||
case adjustCursorEvent:
|
||||
case NPEventType_AdjustCursorEvent:
|
||||
if (CPlugin::sHandCursor != NULL)
|
||||
SetCursor(*CPlugin::sHandCursor);
|
||||
if (fUserInstalledPlugin) {
|
||||
|
||||
Reference in New Issue
Block a user