forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the last-focused and last-mouse-event pepper plugin instance var…
…iable from RenderFrame back to RenderView. I moved this in r238191, but as Nasko pointed out this will break once there are multiple RenderFrames per RenderView. So instead I'm moving them back for now. Once RenderView is gone, the browser will know which frame is in focus, and the IPCs which use thse variables now will go to the right RenderFrame. At that point these variables can move back again. BUG=304341 R=nasko@chromium.org Review URL: https://codereview.chromium.org/105713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238979 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
jam@chromium.org
committed
Dec 5, 2013
1 parent
2c20618
commit e16c7a1
Showing
5 changed files
with
79 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters