Changeset 98742 in webkit
- Timestamp:
- Oct 28, 2011, 11:28:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/subpixellayout/Source/WebKit2/WebProcess/Plugins/PluginView.cpp
r98662 r98742 724 724 } else { 725 725 // FIXME: The plug-in shouldn't know its location relative to its parent frame. 726 rect = frameRect();726 rect = enclosingIntRect(frameRect()); 727 727 } 728 728
Note:
See TracChangeset
for help on using the changeset viewer.