Index: Source/web/WebDevToolsAgentImpl.h |
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h |
index 422a282104c4649f10f1d3f729125d0456ecd120..b45e4ef5ca09ad6f467ed83534fb466f629c8249 100644 |
--- a/Source/web/WebDevToolsAgentImpl.h |
+++ b/Source/web/WebDevToolsAgentImpl.h |
@@ -47,6 +47,7 @@ namespace blink { |
class LocalFrame; |
class InspectorClient; |
class InspectorController; |
+class IntPoint; |
Xianzhu
2015/02/10 23:34:01
Nit: Is this used?
jbroman
2015/02/11 00:32:54
Yes. m_lastPinchAnchorDip requires this forward de
|
class Page; |
class PlatformKeyboardEvent; |
class WebDevToolsAgentClient; |
@@ -106,7 +107,7 @@ public: |
virtual void dispatchMouseEvent(const PlatformMouseEvent&) override; |
// WebPageOverlay |
- virtual void paintPageOverlay(WebCanvas*) override; |
+ virtual void paintPageOverlay(WebGraphicsContext*, const WebSize& webViewSize) override; |
void flushPendingProtocolNotifications(); |