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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrame.h

Issue 2431473003: Intersection Observer support for OOPIF (Closed)
Patch Set: Enabled test, fixed bugs Created 4 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: third_party/WebKit/Source/core/frame/RemoteFrame.h
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h
index 2d439b8e4c9c1b24d9e7f6a2d324d1d048719fb8..433c4ebf62cc2847e590c299784ec6eb4275feaa 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
@@ -13,7 +13,6 @@
namespace blink {
class Event;
-class IntRect;
class LocalFrame;
class RemoteDOMWindow;
class RemoteFrameClient;
@@ -49,10 +48,6 @@ class CORE_EXPORT RemoteFrame final : public Frame {
// process. See http://crbug.com/339659.
void forwardInputEvent(Event*);
- void frameRectsChanged(const IntRect& frameRect);
-
- void visibilityChanged(bool visible);
-
void setRemotePlatformLayer(WebLayer*);
WebLayer* remotePlatformLayer() const { return m_remotePlatformLayer; }

Powered by Google App Engine
This is Rietveld 408576698