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

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

Issue 713073003: remove updateTouchEventTargetRectsIfNeeded (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: moar 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 5ed804336993daaa71d95eb4f6c07ae925ce14de..6b59b897f310bb1fbd9e754252e3b7ad5be003ef 100644
--- a/sky/engine/core/frame/FrameHost.h
+++ b/sky/engine/core/frame/FrameHost.h
@@ -40,7 +40,6 @@
namespace blink {
class Chrome;
-class EventHandlerRegistry;
class Page;
class ServiceProvider;
class Settings;
@@ -75,8 +74,6 @@ public:
// This value does not account for Page zoom, use LocalFrame::devicePixelRatio instead.
float deviceScaleFactor() const;
- EventHandlerRegistry& eventHandlerRegistry() const;
-
void trace(Visitor*);
private:
@@ -84,7 +81,6 @@ private:
Page* m_page;
ServiceProvider& m_services;
- const OwnPtr<EventHandlerRegistry> m_eventHandlerRegistry;
};
}

Powered by Google App Engine
This is Rietveld 408576698