| Index: webkit/api/src/TemporaryGlue.h
|
| ===================================================================
|
| --- webkit/api/src/TemporaryGlue.h (revision 30581)
|
| +++ webkit/api/src/TemporaryGlue.h (working copy)
|
| @@ -40,35 +40,14 @@
|
| typedef NPP_t* NPP;
|
|
|
| namespace WebCore {
|
| - class Cursor;
|
| - class Frame;
|
| - class IntRect;
|
| class String;
|
| - class Widget;
|
| - class Worker;
|
| - class WorkerContextProxy;
|
| -} // namespace WebCore
|
| +}
|
|
|
| namespace WebKit {
|
| - class WebMediaPlayer;
|
| - class WebMediaPlayerClient;
|
| - struct WebCursorInfo;
|
| -
|
| class TemporaryGlue {
|
| public:
|
| - virtual WebMediaPlayer* createWebMediaPlayer(WebMediaPlayerClient*, WebCore::Frame*) = 0;
|
| - virtual void setCursorForPlugin(const WebCursorInfo&, WebCore::Frame*) = 0;
|
| virtual WebCore::String uiResourceProtocol() = 0;
|
| - virtual void notifyJSOutOfMemory(WebCore::Frame*) = 0;
|
| - virtual int screenDepth(WebCore::Widget*) = 0;
|
| - virtual int screenDepthPerComponent(WebCore::Widget*) = 0;
|
| - virtual bool screenIsMonochrome(WebCore::Widget*) = 0;
|
| - virtual WebCore::IntRect screenRect(WebCore::Widget*) = 0;
|
| - virtual WebCore::IntRect screenAvailableRect(WebCore::Widget*) = 0;
|
| virtual bool popupsAllowed(NPP) = 0;
|
| - virtual void widgetSetCursor(WebCore::Widget*, const WebCore::Cursor&) = 0;
|
| - virtual void widgetSetFocus(WebCore::Widget*) = 0;
|
| - virtual WebCore::WorkerContextProxy* createWorkerContextProxy(WebCore::Worker* worker) = 0;
|
| };
|
|
|
| } // namespace WebKit
|
|
|