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

Unified Diff: Source/web/WebDevToolsAgentImpl.h

Issue 867063004: [Slimming Paint] Paint the inspector overlay with GraphicsLayer DisplayList. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: 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();

Powered by Google App Engine
This is Rietveld 408576698