| Index: content/child/npapi/webplugin_delegate_impl_mac.mm
|
| diff --git a/content/child/npapi/webplugin_delegate_impl_mac.mm b/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| index 8dd549cf925f3b1fd71500a8f92300c2e5fbd538..4dad117265361f1a2e5b43e821e8aa82e7a5c209 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| +++ b/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| @@ -205,7 +205,7 @@ bool WebPluginDelegateImpl::PlatformInitialize() {
|
| break;
|
| case NPDrawingModelCoreAnimation:
|
| case NPDrawingModelInvalidatingCoreAnimation: {
|
| - // Ask the plug-in for the CALayer it created for rendering content.
|
| + // Ask the plugin for the CALayer it created for rendering content.
|
| // Create a surface to host it, and request a "window" handle to identify
|
| // the surface.
|
| CALayer* layer = nil;
|
| @@ -702,7 +702,7 @@ void WebPluginDelegateImpl::DrawLayerInSurface() {
|
| surface_->EndDrawing();
|
| }
|
|
|
| -// Update the size of the surface to match the current size of the plug-in.
|
| +// Update the size of the surface to match the current size of the plugin.
|
| void WebPluginDelegateImpl::UpdateAcceleratedSurface() {
|
| if (!surface_ || !layer_)
|
| return;
|
|
|