| Index: webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppapi_plugin_instance.h (revision 117246)
|
| +++ webkit/plugins/ppapi/ppapi_plugin_instance.h (working copy)
|
| @@ -38,6 +38,7 @@
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebCanvas.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h"
|
| #include "ui/base/ime/text_input_type.h"
|
| #include "ui/gfx/rect.h"
|
| #include "webkit/plugins/ppapi/plugin_delegate.h"
|
| @@ -227,6 +228,9 @@
|
| bool PrintPage(int page_number, WebKit::WebCanvas* canvas);
|
| void PrintEnd();
|
|
|
| + bool CanRotateView();
|
| + void RotateView(WebKit::WebPlugin::RotationType type);
|
| +
|
| void Graphics3DContextLost();
|
|
|
| // There are 2 implementations of the fullscreen interface
|
|
|