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

Unified Diff: webkit/tools/test_shell/webwidget_host.h

Issue 58008: Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
Index: webkit/tools/test_shell/webwidget_host.h
===================================================================
--- webkit/tools/test_shell/webwidget_host.h (revision 12916)
+++ webkit/tools/test_shell/webwidget_host.h (working copy)
@@ -18,6 +18,10 @@
class Size;
}
+namespace WebKit {
+struct WebScreenInfo;
+}
+
#if defined(OS_MACOSX)
#ifdef __OBJC__
@class NSEvent;
@@ -54,6 +58,8 @@
void UpdatePaintRect(const gfx::Rect& rect);
void Paint();
+ WebKit::WebScreenInfo GetScreenInfo();
+
protected:
WebWidgetHost();
~WebWidgetHost();

Powered by Google App Engine
This is Rietveld 408576698