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

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

Issue 2431473003: Intersection Observer support for OOPIF (Closed)
Patch Set: dcheng comments addressed Created 3 years, 11 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: 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 9c1c8094aa4db52cb406d0daa17cb2ebee32a72a..ea373675b47fedd10ceeb651c95b3cd5fc3d4791 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 RemoteFrameClient;
class RemoteFrameView;
@@ -47,10 +46,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 setWebLayer(WebLayer*);
WebLayer* webLayer() const { return m_webLayer; }
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/frame/RemoteFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698