Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1460)

Unified Diff: content/child/npapi/webplugin_delegate_impl_mac.mm

Issue 1007443004: Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove terms and native_client_sdk changes. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/npapi/webplugin_delegate_impl.cc ('k') | content/child/npapi/webplugin_delegate_impl_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/child/npapi/webplugin_delegate_impl.cc ('k') | content/child/npapi/webplugin_delegate_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698