| Index: content/child/npapi/webplugin_delegate_impl_aura.cc
|
| diff --git a/content/child/npapi/webplugin_delegate_impl_aura.cc b/content/child/npapi/webplugin_delegate_impl_aura.cc
|
| index a700e7c44cab1f348ec051c001896c4c8db162e0..db0a816a26f0e098307172e905e33af6e9623b6c 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl_aura.cc
|
| +++ b/content/child/npapi/webplugin_delegate_impl_aura.cc
|
| @@ -29,22 +29,6 @@ void WebPluginDelegateImpl::PlatformDestroyInstance() {
|
| void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
|
| }
|
|
|
| -bool WebPluginDelegateImpl::WindowedCreatePlugin() {
|
| - return true;
|
| -}
|
| -
|
| -void WebPluginDelegateImpl::WindowedDestroyWindow() {
|
| -}
|
| -
|
| -bool WebPluginDelegateImpl::WindowedReposition(
|
| - const gfx::Rect& window_rect,
|
| - const gfx::Rect& clip_rect) {
|
| - return true;
|
| -}
|
| -
|
| -void WebPluginDelegateImpl::WindowedSetWindow() {
|
| -}
|
| -
|
| void WebPluginDelegateImpl::WindowlessUpdateGeometry(
|
| const gfx::Rect& window_rect,
|
| const gfx::Rect& clip_rect) {
|
|
|