| Index: content/renderer/pepper_plugin_delegate_impl.cc
|
| diff --git a/content/renderer/pepper_plugin_delegate_impl.cc b/content/renderer/pepper_plugin_delegate_impl.cc
|
| index 56aa7b943deedb60c7ab35d4b1082ea71050ee0d..b290a18d48549f25ca882e980f1629974c3e0108 100644
|
| --- a/content/renderer/pepper_plugin_delegate_impl.cc
|
| +++ b/content/renderer/pepper_plugin_delegate_impl.cc
|
| @@ -145,7 +145,7 @@ class PlatformImage2DImpl
|
| return reinterpret_cast<intptr_t>(dib_->handle());
|
| #elif defined(OS_MACOSX)
|
| return static_cast<intptr_t>(dib_->handle().fd);
|
| -#elif defined(OS_LINUX)
|
| +#elif defined(OS_POSIX)
|
| return static_cast<intptr_t>(dib_->handle());
|
| #endif
|
| }
|
|
|