Index: WebKit/chromium/src/WebFrameImpl.h |
=================================================================== |
--- WebKit/chromium/src/WebFrameImpl.h (revision 55428) |
+++ WebKit/chromium/src/WebFrameImpl.h (working copy) |
@@ -42,6 +42,7 @@ |
#include "WebAnimationControllerImpl.h" |
namespace WebCore { |
+class GraphicsContext; |
class HistoryItem; |
class KURL; |
class Node; |
@@ -180,6 +181,7 @@ |
void layout(); |
void paint(WebCanvas*, const WebRect&); |
+ void paintWithContext(WebCore::GraphicsContext&, const WebRect&); |
void createFrameView(); |
static WebFrameImpl* fromFrame(WebCore::Frame* frame); |