Bug 34502 - Unused method pluginLayer in Netscape plug-in views
Summary: Unused method pluginLayer in Netscape plug-in views
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P4 Trivial
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-02 13:44 PST by Alexey Proskuryakov
Modified: 2010-02-03 03:05 PST (History)
1 user (show)

See Also:


Attachments
proposed fix (3.10 KB, patch)
2010-02-02 13:52 PST, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-02-02 13:44:19 PST
Seems unneeded.
Comment 1 Alexey Proskuryakov 2010-02-02 13:52:49 PST
Created attachment 47972 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2010-02-02 14:01:07 PST
Committed revision 54252.
Comment 3 Mark Rowe (bdash) 2010-02-02 19:43:40 PST
I rolled this change out in r54268 since the method that was removed *is* in fact called, and its removal prevented the display of plug-ins that opted in to accelerated compositing.
Comment 4 Alexey Proskuryakov 2010-02-02 21:15:03 PST
Where is it called from? I'd like to add a comment explaining it then.
Comment 5 Mark Rowe (bdash) 2010-02-03 03:05:52 PST
From inside PluginWidgetMac.mm in WebCore.