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

Unified Diff: sky/engine/core/frame/FrameHost.h

Issue 727593004: Wire up the Inspector V8 Debugger (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/core/frame/FrameHost.h
diff --git a/sky/engine/core/frame/FrameHost.h b/sky/engine/core/frame/FrameHost.h
index 6b59b897f310bb1fbd9e754252e3b7ad5be003ef..0089a0a5f61e62d90a5d7373a79bdeaa5f41846f 100644
--- a/sky/engine/core/frame/FrameHost.h
+++ b/sky/engine/core/frame/FrameHost.h
@@ -74,8 +74,6 @@ public:
// This value does not account for Page zoom, use LocalFrame::devicePixelRatio instead.
float deviceScaleFactor() const;
- void trace(Visitor*);
yurys 2014/11/14 07:38:31 Just curious, aren't you going to oilpanize Sky?
abarth-chromium 2014/11/14 08:00:57 Nope.
-
private:
FrameHost(Page&, ServiceProvider&);

Powered by Google App Engine
This is Rietveld 408576698