Index: third_party/WebKit/Source/web/InspectorOverlay.cpp |
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp |
index e38da0a04541a6af1ebd951029ae0ff4c417c8b0..7e5f66076d90f584c88f501eab8ed4a36f7b971b 100644 |
--- a/third_party/WebKit/Source/web/InspectorOverlay.cpp |
+++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp |
@@ -119,7 +119,7 @@ public: |
DisplayItemCacheSkipper cacheSkipper(graphicsContext); |
FrameView* view = m_overlay->overlayMainFrame()->view(); |
ASSERT(!view->needsLayout()); |
- view->paint(&graphicsContext, CullRect(IntRect(0, 0, view->width(), view->height()))); |
+ view->paint(graphicsContext, CullRect(IntRect(0, 0, view->width(), view->height()))); |
} |
private: |