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

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

Issue 2070563002: Seperate DOMVisualViewport from Blink's VisualViewport class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/VisualViewport.h
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h
index d15d2345bc75053aadaea36228c1a0fb9e6614e1..294783447db9650509857a3699febd519ed10641 100644
--- a/third_party/WebKit/Source/core/frame/VisualViewport.h
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
@@ -65,10 +65,8 @@ class LocalFrame;
class CORE_EXPORT VisualViewport final
: public GarbageCollectedFinalized<VisualViewport>
, public GraphicsLayerClient
- , public ScriptWrappable
, public ScrollableArea {
USING_GARBAGE_COLLECTED_MIXIN(VisualViewport);
- DEFINE_WRAPPERTYPEINFO();
public:
static VisualViewport* create(FrameHost& host)
{

Powered by Google App Engine
This is Rietveld 408576698