Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: webkit/api/src/TemporaryGlue.h

Issue 350003: Flesh out more of ChromiumBridge.cpp eliminating all but two methods on... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/api/src/FrameLoaderClientImpl.cpp ('k') | webkit/api/src/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/api/src/FrameLoaderClientImpl.cpp ('k') | webkit/api/src/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698