| Index: webkit/plugins/ppapi/ppapi_webplugin_impl.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppapi_webplugin_impl.cc (revision 117246)
|
| +++ webkit/plugins/ppapi/ppapi_webplugin_impl.cc (working copy)
|
| @@ -260,5 +260,13 @@
|
| return instance_->PrintEnd();
|
| }
|
|
|
| +bool WebPluginImpl::canRotateView() {
|
| + return instance_->CanRotateView();
|
| +}
|
| +
|
| +void WebPluginImpl::rotateView(RotationType type) {
|
| + instance_->RotateView(type);
|
| +}
|
| +
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|