| Index: webkit/glue/webkit_glue.h
|
| ===================================================================
|
| --- webkit/glue/webkit_glue.h (revision 12916)
|
| +++ webkit/glue/webkit_glue.h (working copy)
|
| @@ -31,9 +31,7 @@
|
|
|
| namespace webkit_glue {
|
|
|
| -struct ScreenInfo;
|
|
|
| -
|
| //---- BEGIN FUNCTIONS IMPLEMENTED BY WEBKIT/GLUE -----------------------------
|
|
|
| void SetJavaScriptFlags(const std::wstring& flags);
|
| @@ -41,10 +39,6 @@
|
| // Turn on the logging for notImplemented() calls from WebCore.
|
| void EnableWebCoreNotImplementedLogging();
|
|
|
| -// Returns screen information corresponding to the given window. This is the
|
| -// default implementation.
|
| -ScreenInfo GetScreenInfoHelper(gfx::NativeView window);
|
| -
|
| // Returns the text of the document element.
|
| std::wstring DumpDocumentText(WebFrame* web_frame);
|
|
|
| @@ -193,9 +187,6 @@
|
| // false otherwise.
|
| bool IsPluginRunningInRendererProcess();
|
|
|
| -// Returns screen information corresponding to the given window.
|
| -ScreenInfo GetScreenInfo(gfx::NativeViewId window);
|
| -
|
| // Returns a bool indicating if the Null plugin should be enabled or not.
|
| bool IsDefaultPluginEnabled();
|
|
|
|
|